@@ -52,7 +52,7 @@ |
||
| 52 | 52 | protected function checkValueIsValidForCollection($value): void |
| 53 | 53 | { |
| 54 | 54 | if (get_class($value) != $this->itemClass()) { |
| 55 | - throw new \InvalidArgumentException("Provided value is not a valid " . $this->itemClass()); |
|
| 55 | + throw new \InvalidArgumentException("Provided value is not a valid ".$this->itemClass()); |
|
| 56 | 56 | } |
| 57 | 57 | } |
| 58 | 58 | |