@@ -69,7 +69,9 @@ |
||
69 | 69 | */ |
70 | 70 | private function callIfExistsAndEnabled($method, array $parameters = []) |
71 | 71 | { |
72 | - if( ! $this->isEnabled()) return; |
|
72 | + if( ! $this->isEnabled()) { |
|
73 | + return; |
|
74 | + } |
|
73 | 75 | |
74 | 76 | if(method_exists($this, $method) && $this->{"{$method}IsEnabled"}()) |
75 | 77 | { |