Sourced from friendsofphp/php-cs-fixer's releases.
v3.52.1 15 Keys
What's Changed
- fix:
PhpCsFixer\Tokenizer\Tokens::setSize
return type by@kubawerlos
in PHP-CS-Fixer/PHP-CS-Fixer#7900- fix: StatementIndentationFixer - do not crash on ternary operator in class property by
@kubawerlos
in PHP-CS-Fixer/PHP-CS-Fixer#7899Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.52.0...v3.52.1
v3.52.0 15 Keys
What's Changed
- feat:
@Symfony:risky
- addno_unreachable_default_argument_value
by@gharlan
in PHP-CS-Fixer/PHP-CS-Fixer#7863- feat:
PhpCsFixer
ruleset - enablenullable_type_declaration_for_default_null_value
by@mvorisek
in PHP-CS-Fixer/PHP-CS-Fixer#7870- feat: Add
array_indentation
toPER-CS2.0
ruleset by@VincentLanglet
in PHP-CS-Fixer/PHP-CS-Fixer#7881- feat: Add support for callable template in PHPDoc parser by
@mvorisek
in PHP-CS-Fixer/PHP-CS-Fixer#7084- fix:
no_useless_concat_operator
- do not break variable by@tamiroh
in PHP-CS-Fixer/PHP-CS-Fixer#7827- fix:
TokensAnalyzer
- handle unary operator in arrow functions by@kubawerlos
in PHP-CS-Fixer/PHP-CS-Fixer#7862- fix:
TypeExpression
- fix "JIT stack limit exhausted" error by@kubawerlos
in PHP-CS-Fixer/PHP-CS-Fixer#7843- fix: Constant invocation detected in DNF types by
@SharkyKZ
in PHP-CS-Fixer/PHP-CS-Fixer#7869- fix: Correctly indent multiline constants and properties by
@julienfalque
in PHP-CS-Fixer/PHP-CS-Fixer#7875- chore: fix PHP 8.4 deprecations by
@kubawerlos
in PHP-CS-Fixer/PHP-CS-Fixer#7894- chore: fix PHPStan 1.10.60 issues by
@kubawerlos
in PHP-CS-Fixer/PHP-CS-Fixer#7873- chore: list over array in more places by
@keradus
in PHP-CS-Fixer/PHP-CS-Fixer#7876- chore: replace template with variable in Preg class by
@kubawerlos
in PHP-CS-Fixer/PHP-CS-Fixer#7882- chore: update PHPStan by
@kubawerlos
in PHP-CS-Fixer/PHP-CS-Fixer#7871- depr:
nullable_type_declaration_for_default_null_value
- deprecate option that is against@PHP84Migration
by@keradus
in PHP-CS-Fixer/PHP-CS-Fixer#7872- docs: Fix typo by
@BenMorel
in PHP-CS-Fixer/PHP-CS-Fixer#7889New Contributors
@SharkyKZ
made their first contribution in PHP-CS-Fixer/PHP-CS-Fixer#7869@BenMorel
made their first contribution in PHP-CS-Fixer/PHP-CS-Fixer#7889Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.51.0...v3.52.0
Sourced from friendsofphp/php-cs-fixer's changelog.
Changelog for v3.52.1
- fix: StatementIndentationFixer - do not crash on ternary operator in class property (#7899)
- fix:
PhpCsFixer\Tokenizer\Tokens::setSize
return type (#7900)Changelog for v3.52.0
- chore: fix PHP 8.4 deprecations (#7894)
- chore: fix PHPStan 1.10.60 issues (#7873)
- chore: list over array in more places (#7876)
- chore: replace template with variable in Preg class (#7882)
- chore: update PHPStan (#7871)
- depr:
nullable_type_declaration_for_default_null_value
- deprecate option that is against@PHP84Migration
(#7872)- docs: Fix typo (#7889)
- feat: Add support for callable template in PHPDoc parser (#7084)
- feat: Add
array_indentation
toPER-CS2.0
ruleset (#7881)- feat:
@Symfony:risky
- addno_unreachable_default_argument_value
(#7863)- feat:
PhpCsFixer
ruleset - enablenullable_type_declaration_for_default_null_value
(#7870)- fix: Constant invocation detected in DNF types (#7869)
- fix: Correctly indent multiline constants and properties (#7875)
- fix:
no_useless_concat_operator
- do not break variable (#7827)- fix:
TokensAnalyzer
- handle unary operator in arrow functions (#7862)- fix:
TypeExpression
- fix "JIT stack limit exhausted" error (#7843)
6e77207
prepared the 3.52.1 release5b7534c
fix: StatementIndentationFixer - do not crash on ternary operator in
class pr...c066ecc
fix: PhpCsFixer\Tokenizer\Tokens::setSize
return type (#7900)1eb4e52
bumped versiona3564bd
prepared the 3.52.0 release5380db3
fix: TypeExpression
- fix "JIT stack limit
exhausted" error (#7843)951d3c2
chore: fix PHP 8.4 deprecations (#7894)3b3bfe9
docs: Fix typo (#7889)5cfa1f9
feat: Add array_indentation
to PER-CS2.0
ruleset (#7881)32866fc
chore: replace template with variable in Preg class (#7882)