@@ -84,7 +84,7 @@ |
||
84 | 84 | |
85 | 85 | if ($valueType->canBeString() === false) { |
86 | 86 | $msg = 'Value for "{{0}}" placeholder must to be a string or object convertible to string;'. |
87 | - '"{1}" type given.'; |
|
87 | + '"{1}" type given.'; |
|
88 | 88 | throw new InvalidArgumentException(nml_msg($msg, $placeholder, $valueType)); |
89 | 89 | } |
90 | 90 |