We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
strict
in_array
1 parent 5cd8af5 commit 74ca262Copy full SHA for 74ca262
Parser/Token.php
@@ -72,7 +72,7 @@ public function isDelimiter(array $values = []): bool
72
return true;
73
}
74
75
- return \in_array($this->value, $values);
+ return \in_array($this->value, $values, true);
76
77
78
public function isWhitespace(): bool
0 commit comments