Completed
Pull Request — master (#89)
by Josh
46:41 queued 24:56
created
Zewa/App.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
                 $callback = false;
96 96
                 $this->request->setRequest($this->dependency->resolve($request[0]));
97 97
                 $this->request->setMethod(($request[1]??[]));
98
-            }  else {
98
+            } else {
99 99
                 $callback = true;
100 100
                 $this->request->setRequest($request);
101 101
                 array_unshift($params, $this->dependency);
Please login to merge, or discard this patch.