3.13.3 - 2025-09-04 #1212
jrfnl
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Added
abstractproperties. PHP 8.4 | Tokenizer/PHP: fix union/intersection/DNF type tokenization with abstract properties #1183File::getMemberProperties()method now also supportsabstractproperties through a newis_abstractarray index in the return value. PHP 8.4 | File::getMemberProperties(): add support forabstractproperties #1184abstractproperties:exit/dieis used as a fully qualified "function call", it will now be tokenized asT_NS_SEPARATOR+T_EXIT.Changed
true/false/nullwill now be tokenized asT_NS_SEPARATOR+T_TRUE/T_FALSE/T_NULL. Proposal to fix Tokenizer issue with FQN exit/die/true/false/null #1201T_NS_SEPARATOR+T_STRING.Generic.PHP.Syntaxfalse negative when file content passed via STDIN #915WrongOpener*error code is now auto-fixable if the identified "wrong opener" is a semi-colon. PSR2/SwitchDeclaration: make "wrong opener" fixable if opener is a semi-colon #1161AbstractAfterVisibilityerror code.Fixed
--paralleloption fails if pcntl_waitpid returns non-managed process ID #1112 :--paralleloption fails if PHP_CodeSniffer is invoked via bash and the invokation creates a non-PHPCS-managed process.--parallelscanning was enabled.Other
Contributions welcome !
New Contributors
The PHP_CodeSniffer project is happy to welcome the following new contributors:
@benno5020, @NanoSector
Statistics
Closed: 11 issues
Merged: 40 pull requests
Follow @phpcs on Mastodon or @PHP_CodeSniffer on X to stay informed.
Please consider funding the PHP_CodeSniffer project. If you already do so: thank you!
This discussion was created from the release 3.13.3 - 2025-09-04.
Beta Was this translation helpful? Give feedback.
All reactions