Passed
Push — master ( ccb70b...d5cbe1 )
by Ankit
02:26
created
src/Config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 class Config
6 6
 {
7 7
     /** @const string */
8
-    private const DEFAULT_CONFIG_PATH = __DIR__.'/Config/server.php';
8
+    private const DEFAULT_CONFIG_PATH = __DIR__ . '/Config/server.php';
9 9
 
10 10
     /** @var array */
11 11
     protected static $config = [];
Please login to merge, or discard this patch.