From 525a8cae45dca51dc498384b7cf42c8f0dad0070 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 1 Sep 2017 20:29:42 +0100 Subject: [PATCH] correct spelling mistake --- src/Tokenizer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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