Skip to content

Commit 8c544db

Browse files
committed
removed usage of backticks in exception messages
1 parent 957c335 commit 8c544db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Question/Question.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public function setAutocompleterValues($values)
141141
}
142142

143143
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.');
144+
throw new InvalidArgumentException('Autocompleter values can be either an array, "null" or a "Traversable" object.');
145145
}
146146

147147
if ($this->hidden) {

0 commit comments

Comments
 (0)