We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957c335 commit 8c544dbCopy full SHA for 8c544db
Question/Question.php
@@ -141,7 +141,7 @@ public function setAutocompleterValues($values)
141
}
142
143
if (null !== $values && !\is_array($values) && !$values instanceof \Traversable) {
144
- throw new InvalidArgumentException('Autocompleter values can be either an array, `null` or a `Traversable` object.');
+ throw new InvalidArgumentException('Autocompleter values can be either an array, "null" or a "Traversable" object.');
145
146
147
if ($this->hidden) {
0 commit comments