Fixed bug #675 : InvalidArgumentException when a ruleset includes a sniff by file name and the included sniff does not comply with the PHPCS naming conventions.
Notwithstanding this fix, it is strongly recommended to ensure custom sniff classes comply with the PHPCS naming conventions.
Output from the --generator=... feature will respect the OS-expected EOL char in more places. #671
Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
Various housekeeping, including improvements to the tests and documentation.
Thanks to [Bartosz Dziewoński][@MatmaRex] and [Juliette Reinders Folmer][@jrfnl] for their contributions.
Fixed
Fixed bug #674 : Generic.WhiteSpace.HereNowdocIdentifierSpacing broken XML documentation
Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
Fixed bug #675 : InvalidArgumentException when a ruleset includes a sniff by file name and the included sniff does not comply with the PHPCS naming conventions.
Notwithstanding this fix, it is strongly recommended to ensure custom sniff classes comply with the PHPCS naming conventions.
Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
Runtime support for PHP 8.4. All known PHP 8.4 deprecation notices have been fixed.
Syntax support for new PHP 8.4 features will follow in a future release.
If you find any PHP 8.4 deprecation notices which were missed, please report them.
Thanks to [Juliette Reinders Folmer][@jrfnl] for the patches.
Tokenizer support for PHP 8.3 "yield from" expressions with a comment between the keywords. #529, #647
Sniffs explicitly handling T_YIELD_FROM tokens may need updating. The PR description contains example code for use by sniff developers.
Additionally, the following sniff has been updated to support "yield from" expressions with comments:
Generic.WhiteSpace.LanguageConstructSpacing
Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
New Generic.WhiteSpace.HereNowdocIdentifierSpacing sniff. #586, #637
Forbid whitespace between the <<< and the identifier string in heredoc/nowdoc start tokens.
Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
New Generic.Strings.UnnecessaryHeredoc sniff. #633
Warns about heredocs without interpolation or expressions in the body text and can auto-fix these to nowdocs.
Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
Documentation for the following sniffs:
Generic.Arrays.ArrayIndent
Squiz.PHP.Heredoc
Thanks to [Rodrigo Primo][@rodrigoprimo] and [Juliette Reinders Folmer][@jrfnl] for the patches.
Changed
The Common::getSniffCode() method will now throw an InvalidArgumentException exception if an invalid $sniffClass is passed. #524, #625
Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
Documentation generated using the --generator=... feature will now always be presented in natural order based on the sniff name(s). #668
Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
Minor improvements to the display of runtime information. #658
Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
Squiz.Commenting.PostStatementComment: trailing annotations in PHP files will now be reported under a separate, non-auto-fixable error code AnnotationFound. #560, #627
... (truncated)
Commits
19473c3 Merge pull request #691 from PHPCSStandards/feature/changelog-3.11.1
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Updates the requirements on squizlabs/php_codesniffer to permit the latest version.
Release notes
Sourced from squizlabs/php_codesniffer's releases.
Changelog
Sourced from squizlabs/php_codesniffer's changelog.
... (truncated)
Commits
19473c3
Merge pull request #691 from PHPCSStandards/feature/changelog-3.11.1168c0d1
Changelog for the 3.11.1 release8ed93db
Merge pull request #690 from PHPCSStandards/feature/ruleinclusiontests-improv...7e29324
RuleInclusionTest: add test with directory include78d3d3d
RuleInclusionTest: record code coverage56784f1
Merge pull request #686 from PHPCSStandards/feature/generator-minor-tweake11d8f2
Merge pull request #685 from PHPCSStandards/feature/ruleinclusionabsolutewind...76927ef
Generators/Generator: minor tweak3d64cb2
RuleInclusionAbsoluteWindowsTest: minor tweaksf9c5f18
Generators: add initial set of tests (#671)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show