Apply fixes from StyleCI

This commit is contained in:
James Cole
2020-03-18 19:45:45 +00:00
committed by StyleCI Bot
parent 74683b18f2
commit 712ba00c9e
7 changed files with 71 additions and 71 deletions

View File

@@ -82,7 +82,7 @@ return [
'servers' => [
[
'host' => env('MEMCACHED_HOST', '127.0.0.1'),
'port' => (int)env('MEMCACHED_PORT', 11211),
'port' => (int) env('MEMCACHED_PORT', 11211),
'weight' => 100,
],
],