@@ -8,8 +8,8 @@ |
||
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 |