What's Changed
- feat:
UseArrowFunctionsFixer
- support multiline statements by @kubawerlos in #8311 - feat: PhpUnitTestCaseStaticMethodCallsFixer - cover PHPUnit v11.5 methods by @keradus in #8314
- feat: Tokenizer - initial support for PHP 8.4 property hooks by @keradus in #8312
- feat:
PhpUnitTestCaseStaticMethodCallsFixer
- support createStub by @d-s-codappix in #8319 - feat:
PhpUnitTestCaseStaticMethodCallsFixer
- make sure all static protected methods are handled by @kubawerlos in #8327 - fix:
NullableTypeDeclarationFixer
- do not break multi-line declaration by @kubawerlos in #8331 - test:
CiConfigurationTest
- drop not needed condition, logic is checked in upcoming assertion by @keradus in #8303 - chore: DotsOutput - more const, better typing by @keradus in #8318
- chore: more const, better typing by @keradus in #8320
- chore: upgrade PHPStan by @keradus in #8321
- chore: temporarily prevent symfony/process 7.2+ by @keradus in #8322
- chore: add more typehints by @keradus in #8325
- chore: mark classes as readonly by @keradus in #8275
- chore: Tokens - simplify (un)registerFoundToken types by @keradus in #8328
- chore:
BraceTransformer
- don't touch curly index braces since 8.4, as it's not a valid syntax anymore by @keradus in #8313 - docs: Tokens - fix docs by @keradus in #8332
- CI: enable phpdoc_to_property_type on php-lowest by @keradus in #8324
New Contributors
- @d-s-codappix made their first contribution in #8319
Full Changelog: v3.65.0...v3.66.0