Passed
Push — master ( 79f846...b59e9f )
by Shiyu
02:12
created
src/Components/Routing.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,9 +36,9 @@
 block discarded – undo
36 36
 
37 37
         // starting works
38 38
 
39
-        $app->starting()->add(static function () use ($rec, $isp, $dsp) {
39
+        $app->starting()->add(static function() use ($rec, $isp, $dsp) {
40 40
             // routes parsing
41
-            if (defined('CWD') && is_file($rf = CWD . '/routes.php')) {
41
+            if (defined('CWD') && is_file($rf = CWD.'/routes.php')) {
42 42
                 (new Initializer)->loads(...(array) include $rf);
43 43
             }
44 44
 
Please login to merge, or discard this patch.