@@ -34,7 +34,7 @@ |
||
34 | 34 | } |
35 | 35 | |
36 | 36 | return new static( |
37 | - 'Invalid data submitted for entity: ' . PHP_EOL . |
|
37 | + 'Invalid data submitted for entity: '.PHP_EOL. |
|
38 | 38 | Yaml::dump($errors) |
39 | 39 | ); |
40 | 40 | } |