Bump friendsofphp/php-cs-fixer from 3.84.0 to 3.92.3 in /tools
Bumps friendsofphp/php-cs-fixer from 3.84.0 to 3.92.3.
Release notes
Sourced from friendsofphp/php-cs-fixer's releases.
v3.92.3 Exceptional Exception
What's Changed
- chore:
.php-cs-fixer.dist.php- drop wrongly calledignoreVCSIgnoredby@keradusin PHP-CS-Fixer/PHP-CS-Fixer#9310- fix: using Rule Customisation Policy with parallel runner by
@HypeMCin PHP-CS-Fixer/PHP-CS-Fixer#9309- chore: phpstan - cover
.php-cs-fixer.dist.phpby@keradusin PHP-CS-Fixer/PHP-CS-Fixer#9311Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.92.2...v3.92.3
v3.92.2 Exceptional Exception
What's Changed
- chore: introduce
PHP_CS_FIXER_IGNORE_MISMATCHED_RULES_EXCEPTIONSby@keradusin PHP-CS-Fixer/PHP-CS-Fixer#9307- fix: let
@php-cs-fixer-ignoreaccept custom fixer names by@mlocatiin PHP-CS-Fixer/PHP-CS-Fixer#9306Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.92.1...v3.92.2
v3.92.1 Exceptional Exception
What's Changed
- deps: bump actions/cache from 4 to 5 by
@dependabot[bot] in PHP-CS-Fixer/PHP-CS-Fixer#9295- deps: bump phpstan/phpstan-phpunit from 2.0.9 to 2.0.10 in /dev-tools in the phpstan group by
@dependabot[bot] in PHP-CS-Fixer/PHP-CS-Fixer#9293- deps: bump shipmonk/phpstan-baseline-per-identifier from 2.2.0 to 2.3.0 in /dev-tools by
@dependabot[bot] in PHP-CS-Fixer/PHP-CS-Fixer#9294- DX: make all
testFix*methods have second parameter$inputby@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#9297- DX: make all
testFix*methods have no more than 4 parameters by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#9298- DX: rename parameter
$configto$configurationby@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#9299- DX: use
WhitespacesFixerConfigin tests by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#9300- DX: restrict
testFix*parameter names by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#9301- test:
ProjectCodeTest::testExpectedInputOrder- move checks fortestFix...methods by@keradusin PHP-CS-Fixer/PHP-CS-Fixer#9291- chore: update php-compatibility config by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#9302- test: PHPUnit sets - check that set is providing proper target for rules by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#9296- fix: describe - skip listing automated rules, as cannot determine them in projects by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#9304- docs: update README.md by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#9277Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.92.0...v3.92.1
v3.92.0 Exceptional Exception
We will take you for a little journey to the past... It's October 4th, 2017. Fixer v2.7.1 (🤯) was released 2 days ago. Suddenly,
@mlocatirequests path-aware rule sets... not knowing he will eventually implement this only 8 years later 😅.Back to the present, Fixer now can dynamically change its configured behaviour either by using
@php-cs-fixer-ignore, or by implementingRuleCustomisationPolicyInterfaceand using it via->setRuleCustomisationPolicy()in config file 💥!You can read more about it here, but please keep in mind that this feature at this point is considered experimental, and as such it is not covered by the backward compatibility promise. Feel free to experiment with this feature, though, and let us know what you think!
What's Changed
- feat: exception for rules via
@php-cs-fixer-ignoreannotation by@keradusin PHP-CS-Fixer/PHP-CS-Fixer#9280- feat: exception for rules via
Rule Customisation Policyby@mlocatiin PHP-CS-Fixer/PHP-CS-Fixer#9107- feat:
PhpUnitTestCaseStaticMethodCallsFixer- add handling ofgetStubBuilderby@keradusin PHP-CS-Fixer/PHP-CS-Fixer#9276- feat:
PhpUnitTestCaseStaticMethodCallsFixer- addtargetoption by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8498
... (truncated)
Changelog
Sourced from friendsofphp/php-cs-fixer's changelog.
Changelog for v3.92.3
- fix: using Rule Customisation Policy with parallel runner (#9309)
- chore: phpstan - cover
.php-cs-fixer.dist.php(#9311)- chore:
.php-cs-fixer.dist.php- drop wrongly calledignoreVCSIgnored(#9310)Changelog for v3.92.2
- fix: let
@php-cs-fixer-ignoreaccept custom fixer names (#9306)- chore: introduce
PHP_CS_FIXER_IGNORE_MISMATCHED_RULES_EXCEPTIONS(#9307)Changelog for v3.92.1
- chore: update php-compatibility config (#9302)
- deps: bump actions/cache from 4 to 5 (#9295)
- deps: bump phpstan/phpstan-phpunit from 2.0.9 to 2.0.10 in /dev-tools in the phpstan group (#9293)
- deps: bump shipmonk/phpstan-baseline-per-identifier from 2.2.0 to 2.3.0 in /dev-tools (#9294)
- docs: update README.md (#9277)
- DX: make all
testFix*methods have no more than 4 parameters (#9298)- DX: make all
testFix*methods have second parameter$input(#9297)- DX: rename parameter
$configto$configuration(#9299)- DX: restrict
testFix*parameter names (#9301)- DX: use
WhitespacesFixerConfigin tests (#9300)- fix: describe - skip listing automated rules, as cannot determine them in projects (#9304)
- test: PHPUnit sets - check that set is providing proper target for rules (#9296)
- test:
ProjectCodeTest::testExpectedInputOrder- move checks fortestFix...methods (#9291)Changelog for v3.92.0
- feat: exception for rules via
@php-cs-fixer-ignoreannotation (#9280)- feat: exception for rules via
Rule Customisation Policy(#9107)- feat:
PhpUnitTestCaseStaticMethodCallsFixer- add handling ofgetStubBuilder(#9276)- feat:
PhpUnitTestCaseStaticMethodCallsFixer- addtargetoption (#8498)- chore: '.php-cs-fixer.dist.php' - remove no longer needed rule, 'expectedDeprecation' annotation does not exist for long time (#9266)
- chore: fix
arguments.counterror from PHPStan (#9258)- chore: fix
generator.valueTypeerror from PHPStan (#9259)- chore: fix
plus.*NonNumericerrors from PHPStan (#9260)- chore: Runner - better input types handling (#9286)
- chore: watch out for non-final classes (#9262)
- chore:
Config::getFinder()- fix typehinting (#9288)- deps: bump alpine from 3.22 to 3.23 (#9269)
- deps: bump phpcompatibility/php-compatibility from 10.0.0-alpha1 to 10.0.0-alpha2 in /dev-tools (#9271)
- deps: bump the phpstan group in /dev-tools with 3 updates (#9270)
- deps: dev-tools - upgrade deep deps (#9272)
- docs: exception for rules in dedicated doc files, for easier discoverability (#9281)
- docs: upgrade docs to not use legacy set (#9282)
... (truncated)
Commits
2ba8f5aprepared the 3.92.3 releasebb5923dchore: phpstan - cover.php-cs-fixer.dist.php(#9311)a15fa83fix: using Rule Customisation Policy with parallel runner (#9309)6870143chore:.php-cs-fixer.dist.php- drop wrongly calledignoreVCSIgnored(#9310)8d9bbb6bumped version64fab35prepared the 3.92.2 release0bcfcd6fix: let@php-cs-fixer-ignoreaccept custom fixer names (#9306)cab7cccchore: introducePHP_CS_FIXER_IGNORE_MISMATCHED_RULES_EXCEPTIONS(#9307)c98e492bumped versioned33ad0prepared the 3.92.1 release- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)