@@ -35,7 +35,7 @@ |
||
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) |
@@ -12,7 +12,7 @@ |
||
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) |