| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| php-cs-fixer.phar | 2026-08-17 | 3.7 MB | |
| php-cs-fixer.phar.asc | 2026-08-17 | 594 Bytes | |
| README.md | 2026-08-17 | 2.4 kB | |
| v3.95.19 Adalbertus source code.tar.gz | 2026-08-17 | 503.9 kB | |
| v3.95.19 Adalbertus source code.zip | 2026-08-17 | 1.1 MB | |
| Totals: 5 Items | 5.3 MB | 0 | |
What's Changed
- fix:
ClassDefinitionFixer- keep multiline constructor args when anonymous class has bothextendsandimplementsby @momala454 in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9625 - fix:
SelfStaticAccessorFixer- do not stop fixing a class after astaticreturn type by @sinemacula-ben in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9774 - fix: binary_operator_spaces alignment for nested single-line arrays in multiline array by @chriscpty in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9654
- chore:
Runner- ignore coverage of non-deterministic parallel branches by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9785 - chore: Fix incorrect URL in CommentsAnalyzer.php docblock by @live627 in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9772
- CI: fix using
PHP_CS_FIXER_FAST_LINT_TEST_CASESby @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9783 - deps: bump phpstan/phpstan from 2.2.7 to 2.2.8 in /dev-tools in the phpstan group by @dependabot[bot] in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9779
- deps: bump squizlabs/php_codesniffer from 4.0.1 to 4.0.4 in /dev-tools by @dependabot[bot] in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9768
- deps: bump the all group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9767
- test:
AbstractFixerTestCase- usespl_object_id()to fix PHP 8.6 deprecations by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9786 - test: introduce
TestCaseUtils::createTemporaryDirectory()helper by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9788 - test: ProjectCodeTest - restore the duplicate check in data providers by @semx in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9761
New Contributors
- @sinemacula-ben made their first contribution in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9774
- @semx made their first contribution in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9761
- @momala454 made their first contribution in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9625
- @chriscpty made their first contribution in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9654
Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.95.18...v3.95.19