What's Changed
- fix:
ClassDefinitionFixer- keep multiline constructor args when anonymous class has bothextendsandimplementsby @momala454 in #9625 - fix:
SelfStaticAccessorFixer- do not stop fixing a class after astaticreturn type by @sinemacula-ben in #9774 - fix: binary_operator_spaces alignment for nested single-line arrays in multiline array by @chriscpty in #9654
- chore:
Runner- ignore coverage of non-deterministic parallel branches by @kubawerlos in #9785 - chore: Fix incorrect URL in CommentsAnalyzer.php docblock by @live627 in #9772
- CI: fix using
PHP_CS_FIXER_FAST_LINT_TEST_CASESby @kubawerlos in #9783 - deps: bump phpstan/phpstan from 2.2.7 to 2.2.8 in /dev-tools in the phpstan group by @dependabot[bot] in #9779
- deps: bump squizlabs/php_codesniffer from 4.0.1 to 4.0.4 in /dev-tools by @dependabot[bot] in #9768
- deps: bump the all group across 1 directory with 2 updates by @dependabot[bot] in #9767
- test:
AbstractFixerTestCase- usespl_object_id()to fix PHP 8.6 deprecations by @kubawerlos in #9786 - test: introduce
TestCaseUtils::createTemporaryDirectory()helper by @kubawerlos in #9788 - test: ProjectCodeTest - restore the duplicate check in data providers by @semx in #9761
New Contributors
- @sinemacula-ben made their first contribution in #9774
- @semx made their first contribution in #9761
- @momala454 made their first contribution in #9625
- @chriscpty made their first contribution in #9654
Full Changelog: v3.95.18...v3.95.19