Rector v0.6.11 Release Notes

Release Date: 2020-01-17 // over 4 years ago
  • ➕ Added

    • 🚚 [#2683] [PHPUnit] Add ClassMethod/RemoveEmptyTestMethodRector
    • 👕 [#2692] Add PHP Linter
    • [#2676] Add CheckStaticTypeMappersCommand to CI
    • 📚 [#2655] Rename --rule argument into --only, add documentation., Thanks to [@gnutix]
    • 👍 [#2663] Add support for stringy calls in CallReflectionResolver, Thanks to [@Lctrs]
    • [#2674] Added CombineIfRector, Thanks to [@jeroensmit]
    • 👍 [#2670] Add support for invokable and array callables in CallReflectionResolver, Thanks to [@Lctrs]
    • [#2685] Add --output-file

    🔄 Changed

    • [#2690] [PHPUnit] Improve GetMockRector
    • [#2662] Good bye CallManipulator, Thanks to [@Lctrs]
    • 🔀 [#2654] Merge pull request [#2654] from rectorphp/polyfill-php
    • [#2687] Changed ChangeMethodVisibilityRector yaml config, Thanks to [@C0pyR1ght]
    • [#2657] Migrate from PHPStan's Broker to ReflectionProvider, Thanks to [@Lctrs]
    • [#2658] Introduce a CallReflectionResolver, Thanks to [@Lctrs]
    • ⚡️ [#2659] Update rector-prefixed only on push to master, Thanks to [@Lctrs]
    • [#2660] Decouple PHPStanStaticTypeMapper
    • 🔀 [#2681] Merge pull request [#2681] from rectorphp/phpunit4
    • 🔀 [#2682] Merge pull request [#2682] from rectorphp/get-mock
    • 🔀 [#2664] Merge pull request [#2664] from rectorphp/static-type-mapper-collector
    • 🔀 [#2666] Merge pull request [#2666] from rectorphp/type-mapper-col-2
    • 🔀 [#2671] Merge pull request [#2671] from rectorphp/type-mapper-col-3
    • 🔀 [#2672] Merge pull request [#2672] from jeroensmit/RemoveDelegatingParentCallDefault, Thanks to [@jeroensmit]
    • 🔀 [#2673] Merge pull request [#2673] from staabm/patch-3, Thanks to [@staabm]

    🛠 Fixed

    • 🛠 [#2668] Fixed url, Thanks to [@palpalani]
    • 🚀 [#2686] Fix sync releases with rector-prefixed, Thanks to [@Lctrs]