@@ -17,7 +17,7 @@ |
||
| 17 | 17 | */ |
| 18 | 18 | public function __construct($message, ConstraintViolationListInterface $violations) |
| 19 | 19 | { |
| 20 | - parent::__construct($message.': '.(string)$violations); |
|
| 20 | + parent::__construct($message.': '.(string) $violations); |
|
| 21 | 21 | |
| 22 | 22 | $this->violations = $violations; |
| 23 | 23 | } |