We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP 8.2 includes the following new syntaxes for which it should be verified if the Tokenizer needs updates and/or whether any sniffs need updates:
All done
getClassProperties()
null
false
true
getMethodProperties()
getMethodParameters()
getMemberProperties()
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
PHP 8.2 includes the following new syntaxes for which it should be verified if the Tokenizer needs updates and/or whether any sniffs need updates:
To do
All done
Done
getClassProperties()
- PR PHP 8.2 | File::getClassProperties(): add support for readonly classes squizlabs/PHP_CodeSniffer#3686null
,false
,true
as stand-alone typestrue
type squizlabs/PHP_CodeSniffer#3662 / PHP 8.2 | Tokenizer, File, sniffs: account for newtrue
type #49getMethodProperties()
,getMethodParameters()
,getMemberProperties()
- PR PHP 8.2 | Tokenizer, File, sniffs: account for newtrue
type squizlabs/PHP_CodeSniffer#3662 / PHP 8.2 | Tokenizer, File, sniffs: account for newtrue
type #49true
type squizlabs/PHP_CodeSniffer#3662 / PHP 8.2 | Tokenizer, File, sniffs: account for newtrue
type #49Tokenizer changes neededSniff updates neededThe text was updated successfully, but these errors were encountered: