Passed
Push — master ( 584580...d92373 )
by Iman
06:42
created
src/HeyMan.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
 
36 36
     public function checkPoint(string $pointName)
37 37
     {
38
-        event('heyman_checkpoint_'.$pointName);
38
+        event('heyman_checkpoint_' . $pointName);
39 39
     }
40 40
 
41 41
     public function condition(string $name, $callable)
Please login to merge, or discard this patch.
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.