Passed
Pull Request — master (#89)
by Iman
07:27 queued 02:10
created
src/Conditions/ConditionsFacade.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,8 +8,8 @@
 block discarded – undo
8 8
 
9 9
     public function _call($method, $param)
10 10
     {
11
-        if (! isset($this->methods[$method])) {
12
-            throw new \BadMethodCallException($method.' does not exists as a Heyman condition');
11
+        if (!isset($this->methods[$method])) {
12
+            throw new \BadMethodCallException($method . ' does not exists as a Heyman condition');
13 13
         }
14 14
         $condition = $this->methods[$method];
15 15
 
Please login to merge, or discard this patch.