Completed
Push — master ( de1ec7...f3f6fa )
by Pavel
01:49
created
tests/data/config.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,8 +21,8 @@
 block discarded – undo
21 21
     ],
22 22
 ];
23 23
 
24
-if (is_file(__DIR__ . '/config.local.php')) {
25
-    include(__DIR__ . '/config.local.php');
24
+if (is_file(__DIR__.'/config.local.php')) {
25
+    include(__DIR__.'/config.local.php');
26 26
 }
27 27
 
28 28
 return $config;
29 29
\ No newline at end of file
Please login to merge, or discard this patch.