Skip to content

Commit 525a8ca

Browse files
EdwardBettsgreg0ire
authored andcommitted
correct spelling mistake
1 parent 735a373 commit 525a8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tokenizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ private function getNextToken(string $string, ?Token $previous = null) : Token
926926
}
927927
}
928928

929-
// A function must be suceeded by '('
929+
// A function must be succeeded by '('
930930
// this makes it so "count(" is considered a function, but "count" alone is not
931931
$upper = strtoupper($string);
932932
// function

0 commit comments

Comments
 (0)