@@ -23,7 +23,7 @@ |
||
23 | 23 | |
24 | 24 | public function __call($name, $arguments) |
25 | 25 | { |
26 | - if(method_exists($this->strategy, $name)) |
|
26 | + if (method_exists($this->strategy, $name)) |
|
27 | 27 | { |
28 | 28 | return $this->strategy->$name($arguments); |
29 | 29 | } |