Passed
Push — develop ( 429d81...1647ec )
by Brent
02:48
created
src/Stitcher/Application/Server.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
 
58 58
     protected function handleDynamicRoute(): ?Response
59 59
     {
60
-        if (! $this->router) {
60
+        if (!$this->router) {
61 61
             return null;
62 62
         }
63 63
 
Please login to merge, or discard this patch.
src/Stitcher/App.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
155 155
     {
156 156
         $routeFile = File::path('src/routes.php');
157 157
 
158
-        if (! file_exists($routeFile)) {
158
+        if (!file_exists($routeFile)) {
159 159
             return;
160 160
         }
161 161
 
Please login to merge, or discard this patch.