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
abstract
properties. PHP 8.4 | Tokenizer/PHP: fix union/intersection/DNF type tokenization with abstract properties #1183File::getMemberProperties()
method now also supportsabstract
properties through a newis_abstract
array index in the return value. PHP 8.4 | File::getMemberProperties(): add support forabstract
properties #1184abstract
properties:exit
/die
is used as a fully qualified "function call", it will now be tokenized asT_NS_SEPARATOR
+T_EXIT
.Changed
true
/false
/null
will 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.Syntax
false 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 #1161AbstractAfterVisibility
error code.Fixed
--parallel
option fails if pcntl_waitpid returns non-managed process ID #1112 :--parallel
option fails if PHP_CodeSniffer is invoked via bash and the invokation creates a non-PHPCS-managed process.--parallel
scanning 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