@@ -27,7 +27,7 @@ |
||
27 | 27 | |
28 | 28 | if (!$an_item instanceof $valid_class) { |
29 | 29 | throw new \InvalidArgumentException( |
30 | - "You must specify an array of instances of '$valid_class' instead of '" . \get_class($an_item) . "' while creating a '" . static::class . "'." |
|
30 | + "You must specify an array of instances of '$valid_class' instead of '".\get_class($an_item)."' while creating a '".static::class."'." |
|
31 | 31 | ); |
32 | 32 | } |
33 | 33 | } |