Rector v0.7.7 Release Notes

Release Date: 2020-03-20 // about 4 years ago
  • โž• Added

    • [#3024] add DoctrineBehaviors 2.0
    • [#3019] add fix for getIterator() on Finder for Array spread
    • ๐Ÿ’… [#3034] Add checkstyle output format
    • [#3021] add phpunit 9 rector to convert non-strict assertContains, Thanks to [@nightlinus]
    • [#3023] add DoctrineBehaviors 2.0

    ๐Ÿ”„ Changed

    • [#3032] [DeadCode] Skip shifted variable
    • ๐Ÿ‘ท [#3015] Rector CI is now exclusive for non-fork pushes + PRs, Thanks to [@JanMikes]
    • [#3013] Commit rector processed changes from CI, Thanks to [@JanMikes]
    • [#3036] Run cs after rector ci, Thanks to [@JanMikes]
    • [#3027] ForToForeachRector fixture, Thanks to [@crishoj]

    ๐Ÿ›  Fixed

    • [#3029] Fix other loop
    • ๐Ÿ—„ [#3022] PHP 7.4 deprecation fix, Thanks to [@alexeyshockov]
    • ๐Ÿ–จ [#3030] fix no-space change reprint in case of dual comment
    • [#3035] Fix typo in README.md, Thanks to [@pgrimaud]
    • [#3031] fix asterisk indent

    โœ‚ Removed

    • [#3016] Delete DogFoodClass, Thanks to [@JanMikes]