@@ -23,7 +23,7 @@ |
||
| 23 | 23 | foreach ($this->describersQueue as $describer) { |
| 24 | 24 | $result = $describer->extractErrors($exception); |
| 25 | 25 | |
| 26 | - if (! empty($result)) { |
|
| 26 | + if (!empty($result)) { |
|
| 27 | 27 | return $result; |
| 28 | 28 | } |
| 29 | 29 | } |
@@ -59,7 +59,7 @@ |
||
| 59 | 59 | |
| 60 | 60 | $errors = $this->exceptionDescriber->extractErrors($exception); |
| 61 | 61 | |
| 62 | - if (! empty($errors)) { |
|
| 62 | + if (!empty($errors)) { |
|
| 63 | 63 | return ['errors' => $errors]; |
| 64 | 64 | } |
| 65 | 65 | |