Conversation
As reported in #3799 (comment), the `FileHeader` sniff did not take the new PHP 8.2+ `readonly` OO modifier keyword into account. Fixed now. Includes test.
|
I would love to see this PR merged. Can I can offer any support @jrfnl ? |
|
@martinjoiner It's on the list of priority PRs we are working our way through. For now, please be patient as there is a lot of backlog to work through. Also see #3814 |
|
@martinjoiner Oh and testing PRs to verify they work as you expect them to and leaving a comment with your test finding is always helpful. |
|
FYI: this fix is included in today's PHP_CodeSniffer 3.8.0 release. As per #3932, development on PHP_CodeSniffer will continue in the PHPCSStandards/PHP_CodeSniffer repository. If you want to stay informed, you may want to start "watching" that repo (or watching releases from that repo). |
|
A sterling effort! I hope one day to contribute more to the project in its new location. |
As reported in #3799 (comment), the
FileHeadersniff did not take the new PHP 8.2+readonlyOO modifier keyword into account.Fixed now.
Includes test.