mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Apply fixes from StyleCI
This commit is contained in:
@@ -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,
|
||||
],
|
||||
],
|
||||
|
Reference in New Issue
Block a user