Completed
Push — master ( 661889...9ff483 )
by Lanre
02:07
created
cfar/src/Cfar.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
                 ->getMethod($this->method)
96 96
                 ->invokeArgs(new $this->controller, $this->parameters);
97 97
         } catch (\ReflectionException $e) {
98
-            throw new CfarException(CfarException::INVALID_DECLARATION . ". " . $e->getMessage());
98
+            throw new CfarException(CfarException::INVALID_DECLARATION.". ".$e->getMessage());
99 99
         }
100 100
     }
101 101
 
Please login to merge, or discard this patch.