@@ -174,7 +174,7 @@ |
||
| 174 | 174 | */ |
| 175 | 175 | private function equalToErrors(): Constraint |
| 176 | 176 | { |
| 177 | - return static::callback(function ($error) { |
|
| 177 | + return static::callback(function($error) { |
|
| 178 | 178 | if ($error instanceof FormError) { |
| 179 | 179 | foreach ($this->errors as &$data) { |
| 180 | 180 | if ($error->getMessage() === $data['message'] && $error->getMessageParameters() === $data['parameters']) { |