@@ -165,7 +165,7 @@ |
||
| 165 | 165 | */ |
| 166 | 166 | private function equalToErrors(): Constraint |
| 167 | 167 | { |
| 168 | - return $this->callback(function ($error) { |
|
| 168 | + return $this->callback(function($error) { |
|
| 169 | 169 | if ($error instanceof FormError) { |
| 170 | 170 | foreach ($this->errors as &$data) { |
| 171 | 171 | if ($error->getMessage() === $data['message'] && $error->getMessageParameters() === $data['parameters']) { |