@@ -95,7 +95,7 @@ |
||
| 95 | 95 | protected function buildValidationMessage(ValidationContext $context, $msg) |
| 96 | 96 | { |
| 97 | 97 | return 'For ' . $context->getAnnotationLocation() . ' the validation of @' . static::class . |
| 98 | - ' failed, due to: ' . $msg . ' '; |
|
| 98 | + ' failed, due to: ' . $msg . ' '; |
|
| 99 | 99 | } |
| 100 | 100 | |
| 101 | 101 | /** |