What's Changed
- feat:
ClassAttributesSeparationFixer- add support for asymmetric visibility by @kubawerlos in #8518 - fix:
NativeFunctionInvocationFixer- fix for property hooks by @kubawerlos in #8540 - deps: bump the phpstan group in /dev-tools with 2 updates by @dependabot in #8537
- chore:
FunctionsAnalyzerTestcleanup by @kubawerlos in #8539 - chore: add return types for data providers for fixers by @kubawerlos in #8542
- chore: add return types for data providers for non-fixers by @kubawerlos in #8543
- chore: add return types for remaining data providers by @kubawerlos in #8544
- chore: make data providers key type
stringif all the keys are strings by @kubawerlos in #8545 - chore: SwitchContinueToBreakFixerTest - improve test case descriptions/typehint by @keradus in #8546
- test: ProjectCodeTest::testDataProvidersDeclaredReturnType - allow for int as iterable keys by @keradus in #8548
- chore: make data providers key type
intif all the keys are strings by @kubawerlos in #8550
Full Changelog: v3.74.0...v3.75.0