Skip to content

Commit 7ee537f

Browse files
committed
Added credit to changelog
1 parent c46d135 commit 7ee537f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
3232
-- The token after the statement (normally a semicolon) becomes the scope closer
3333
-- The token is also associated with the opening and closing parenthesis of the statement
3434
-- Any functions named "fn" will cause have a T_FN token for the function name, but have no scope information
35+
-- Thanks to Michał Bundyra for the help with this change
3536
- PHP 7.4 numeric separators are now tokenized in the same way when using older PHP versions
3637
-- Previously, a number like 1_000 would tokenize as T_LNUMBER (1), T_STRING (_000)
3738
-- Now, the number tokenizes as T_LNUMBER (1_000)

0 commit comments

Comments
 (0)