@@ -31,7 +31,7 @@ |
||
31 | 31 | $this->exceptions = $errors->getExceptions(); |
32 | 32 | $tmp = reset($this->exceptions); |
33 | 33 | if ($tmp) { |
34 | - $previous = reset($tmp) ? : null; |
|
34 | + $previous = reset($tmp) ?: null; |
|
35 | 35 | } |
36 | 36 | } |
37 | 37 | parent::__construct(422, 'A validation error occurred', $previous); |