Skip to content

Commit 3e1bbb9

Browse files
committed
Changelog for #3063 (ref #3041)
1 parent 4db6a74 commit 3e1bbb9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
2929
- The PHP 8.0 T_NULLSAFE_OBJECT_OPERATOR token has been made available for older versions
3030
-- Existing sniffs that check for T_OBJECT_OPERATOR have been modified to apply the same rules for the nullsafe object operator
3131
-- Thanks to Juliette Reinders Folmer for the patch
32+
- The new method of PHP 8.0 tokenizing for namespaced names has been revert to thr pre 8.0 method
33+
-- This maintains backwards compatible for existing sniffs on PHP 8.0
34+
-- This change will be removed in PHPCS 4.0 as the PHP 8.0 tokenizing method will be backported for pre 8.0 versions
35+
-- Thanks to Juliette Reinders Folmer for the patch
3236
- Added support for changes to the way PHP 8.0 tokenizes hash comments
3337
-- The existing PHP 5-7 behaviour has been replicated for version 8, so no sniff changes are required
3438
-- Thanks to Juliette Reinders Folmer for the patch

0 commit comments

Comments
 (0)