@@ -149,10 +149,10 @@ |
||
149 | 149 | /** |
150 | 150 | * @param $handlers |
151 | 151 | */ |
152 | - private function callHandlers($handlers){ |
|
152 | + private function callHandlers($handlers) { |
|
153 | 153 | $handlers = is_array($handlers) ? $handlers : [$handlers]; |
154 | 154 | foreach ($handlers as $handler) { |
155 | - if($this->handle($handler) !== true){ |
|
155 | + if ($this->handle($handler) !== true) { |
|
156 | 156 | break; |
157 | 157 | } |
158 | 158 | } |