Skip to content

Commit 0c089a0

Browse files
committed
Fixed spelling in changelog becasue I can't stand seeing it
1 parent 9736ccd commit 0c089a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2436,8 +2436,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
24362436
- The PHP 8.0 T_NULLSAFE_OBJECT_OPERATOR token has been made available for older versions
24372437
-- Existing sniffs that check for T_OBJECT_OPERATOR have been modified to apply the same rules for the nullsafe object operator
24382438
-- Thanks to Juliette Reinders Folmer for the patch
2439-
- The new method of PHP 8.0 tokenizing for namespaced names has been revert to thr pre 8.0 method
2440-
-- This maintains backwards compatible for existing sniffs on PHP 8.0
2439+
- The new method of PHP 8.0 tokenizing for namespaced names has been reverted to the pre 8.0 method
2440+
-- This maintains backwards compatibility for existing sniffs on PHP 8.0
24412441
-- This change will be removed in PHPCS 4.0 as the PHP 8.0 tokenizing method will be backported for pre 8.0 versions
24422442
-- Thanks to Juliette Reinders Folmer for the patch
24432443
- Added support for changes to the way PHP 8.0 tokenizes hash comments

0 commit comments

Comments
 (0)