diff --git a/src/Tokenizer.php b/src/Tokenizer.php index ad941c4..8685b71 100644 --- a/src/Tokenizer.php +++ b/src/Tokenizer.php @@ -926,7 +926,7 @@ private function getNextToken(string $string, ?Token $previous = null) : Token } } - // A function must be suceeded by '(' + // A function must be succeeded by '(' // this makes it so "count(" is considered a function, but "count" alone is not $upper = strtoupper($string); // function