@@ -19,6 +19,6 @@ |
||
19 | 19 | |
20 | 20 | public function getMessages(): array |
21 | 21 | { |
22 | - return ['Exceeded maximum length of ' . $this->maxLength]; |
|
22 | + return ['Exceeded maximum length of '.$this->maxLength]; |
|
23 | 23 | } |
24 | 24 | } |
@@ -19,6 +19,6 @@ |
||
19 | 19 | |
20 | 20 | public function getMessages(): array |
21 | 21 | { |
22 | - return ['Minimum length must be ' . $this->minLength]; |
|
22 | + return ['Minimum length must be '.$this->minLength]; |
|
23 | 23 | } |
24 | 24 | } |