Passed
Push — master ( f5450d...b6fc60 )
by Iman
18:41 queued 08:40
created
src/Conditions/ConditionsFacade.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
             return app()->call($this->methods[$method], $param);
13 13
         }
14 14
 
15
-        throw new \BadMethodCallException($method.' does not exists as a Heyman condition');
15
+        throw new \BadMethodCallException($method . ' does not exists as a Heyman condition');
16 16
     }
17 17
 
18 18
     public function define($methodName, $callable)
Please login to merge, or discard this patch.