Skip to content

Commit c13813c

Browse files
committed
PHP 8.4 | Tokens/Collections::$propertyModifierKeywords: allow for "abstract" modifier keyword
1 parent f7eb16f commit c13813c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PHPCSUtils/Tokens/Collections.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,7 @@ final class Collections
478478
\T_VAR => \T_VAR,
479479
\T_READONLY => \T_READONLY,
480480
\T_FINAL => \T_FINAL,
481+
\T_ABSTRACT => \T_ABSTRACT,
481482
];
482483

483484
/**

0 commit comments

Comments
 (0)