New Features 🎉
- [CodeQuality] Add InlineIsAInstanceOfRector (#2364)
- [DX] Move configure to direct call in RectorConfig (#2367)
- [DX] Various config merge, improve RectorConfig methods (#2371)
- [DX] Remove non-PHP file formatting based on editorconfig, rather let external coding standard tools handle the file format (#2378)
Bugfixes 🐛
- [Php73] Skip Encapsed on StringifyStrNeedlesRector (#2352), Thanks @samsonasik!
- [TypeDeclaration] Skip curly {@inheritdoc} on AddArrayReturnDocTypeRector (#2359), Thanks @samsonasik!
- Allow to rename method if in interface (#2362)
- [Php81] Skip ArrayDimFetch from ArrayObject in Assign var on ReadOnlyPropertyRector (#2363), Thanks @samsonasik!
- [PhpDocInfo] Fixes Partial value update got duplicated on DoctrineAnnotationTagValueNode change (#1862), Thanks @samsonasik!