Passed
Push — master ( f2885c...024fc2 )
by Morris
11:42 queued 10s
created
config/config.sample.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
  *   ubos-raspberry-pi.local and ubos-raspberry-pi-2.local
68 68
  */
69 69
 'trusted_domains' =>
70
-  array (
70
+  array(
71 71
     'demo.example.org',
72 72
     'otherdomain.example.org',
73 73
   ),
@@ -230,7 +230,7 @@  discard block
 block discarded – undo
230 230
  *
231 231
  * Defaults to ``60*60*24*15`` seconds (15 days)
232 232
  */
233
-'remember_login_cookie_lifetime' => 60*60*24*15,
233
+'remember_login_cookie_lifetime' => 60 * 60 * 24 * 15,
234 234
 
235 235
 /**
236 236
  * The lifetime of a session after inactivity.
@@ -1165,7 +1165,7 @@  discard block
 block discarded – undo
1165 1165
  * https://github.com/phpredis/phpredis/commit/c5994f2a42b8a348af92d3acb4edff1328ad8ce1
1166 1166
  */
1167 1167
 'redis.cluster' => [
1168
-	'seeds' => [ // provide some/all of the cluster servers to bootstrap discovery, port required
1168
+	'seeds' => [// provide some/all of the cluster servers to bootstrap discovery, port required
1169 1169
 		'localhost:7000',
1170 1170
 		'localhost:7001',
1171 1171
 	],
@@ -1230,7 +1230,7 @@  discard block
 block discarded – undo
1230 1230
  *
1231 1231
  * Defaults to ``60*60*24`` (1 day)
1232 1232
  */
1233
-'cache_chunk_gc_ttl' => 60*60*24,
1233
+'cache_chunk_gc_ttl' => 60 * 60 * 24,
1234 1234
 
1235 1235
 /**
1236 1236
  * Using Object Store with Nextcloud
@@ -1598,7 +1598,7 @@  discard block
 block discarded – undo
1598 1598
  * Defaults to ``60*60`` seconds (1 hour) or the php
1599 1599
  *             max_execution_time, whichever is higher.
1600 1600
  */
1601
-'filelocking.ttl' => 60*60,
1601
+'filelocking.ttl' => 60 * 60,
1602 1602
 
1603 1603
 /**
1604 1604
  * Memory caching backend for file locking
Please login to merge, or discard this patch.