Passed
Branch master (60a40e)
by Alex
03:08
created
src/Route.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -208,7 +208,7 @@
 block discarded – undo
208 208
 
209 209
     private function parseCallableController($controller)
210 210
     {
211
-        $controller  = rtrim($this->namespace, "\\") . "\\" . $this->parseCallablePlaceholders($controller);
211
+        $controller = rtrim($this->namespace, "\\") . "\\" . $this->parseCallablePlaceholders($controller);
212 212
 
213 213
         if ($this->controllerCreationFunction === null) {
214 214
                return new $controller;
Please login to merge, or discard this patch.