If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.
Updated packages
Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here.
List of updated packages
- squizlabs/php_codesniffer: 3.6.2 (updated from 3.6.1)
Changelog
Here is a list of changes between the version you use, and the version this pull request updates to:
ac26fbb65Replace hot Tokenizer loop with a mathematical expression
This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.
If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.
Updated packages
Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here.
List of updated packages
- squizlabs/php_codesniffer: 3.6.2 (updated from 3.6.1)Changelog
Here is a list of changes between the version you use, and the version this pull request updates to:
Prepare for 3.6.2 release
Changelog for #3456 (ref #3457)
Merge branch 'feature/psr12-classinstantiation-bug-fix-attributes-vs-anon-class' of https://github.com/jrfnl/PHP_CodeSniffer
Merge branch 'feature/ghactions-php-8.1-has-been-released' of https://github.com/jrfnl/PHP_CodeSniffer
Changelog for #3460 (ref #3464)
Merge branch 'feature/3460-generic-multiplestatement-closure-param-bug' of https://github.com/jrfnl/PHP_CodeSniffer
Changelog for #3495
Removed commented out code (ref #3495)
Merge branch 'CyclomaticComplexity-Updates-and-Fixes' of https://github.com/MarkBaker/PHP_CodeSniffer
Factor match expression into the CyclomaticComplexity calculation
Factor ternary operator, null coalescence (and assignment) operators into CyclomaticComplexity calculation
Resolve double-increment of the CyclomaticComplexity count for do/while loop
Changelog for #3440
PHP 8.0 | Squiz.WhiteSpace.MemberVarSpacing: fix support for attributes
GH Actions: PHP 8.1 has been released
Fixed bug #3437 : PSR12 does not forbid blank lines at the start of the class body
Changelog for #3370
Merge branch 'patch-1' of https://github.com/thiemowmde/PHP_CodeSniffer
Changelog for #3388 (ref #3428)
Merge branch 'feature/3388-tweaks-for-wsl-support' of https://github.com/jrfnl/PHP_CodeSniffer
Changelog for #3422 (ref #3447)
Merge branch 'feature/3422-squiz-scopeclosingbrace-bug-fix' of https://github.com/jrfnl/PHP_CodeSniffer
Merge branch '3448-deprecation-8.1' of https://github.com/andypost/PHP_CodeSniffer
Changelog for #3448 (ref #3449)
Fix deprecation for PHP 8.1
Generic/MultipleStatementAlignment: bug fix for closure params with defaults
PSR12/ClassInstantiation: bug fix for attributes with anonymous classes
Squiz/ScopeClosingBrace: bug fix - prevent removing inline HTML when fixing
WSL support: replace remaining calls to
is_readable()``Remove unused variable
Add pointless brackets
Fix minor mistake related to $length
Fix indention
Replace hot Tokenizer loop with a mathematical expression
This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.