@@ -183,7 +183,7 @@ |
||
183 | 183 | |
184 | 184 | $result->setErrorFormatter([$formatter, 'format']); |
185 | 185 | $result->setErrorsHandler( |
186 | - function ($errors) use ($handler, $formatter) { |
|
186 | + function($errors) use ($handler, $formatter) { |
|
187 | 187 | return $handler->handle($errors, $formatter, $this->getDebugMode()); |
188 | 188 | } |
189 | 189 | ); |