mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-22 10:43:35 +01:00
* enable file lenght rule * longer file, just to show ci worked * [ci] add ValidateFileLengthCommand * [phpstan] drop PathsAreNotTooLongRule * [Downgrade] Shorten property promotion rector rule * [Symfony] Shorten AutoWireWithClassNameSuffixForMethodWithRequiredAnnotationRector name * shorten fixture name * rename ChangeControlArrayAccessToAnnotatedControlVariableRector to AnnotateMagicalControlArrayAccessRector * rename ReplaceMagicEventPropertySubscriberWithEventClassSubscriberRector to ReplaceMagicPropertyWithEventClassRector * rename GetConfigWithDefaultsArgumentToArrayMergeInCompilerExtensionRector to MergeDefaultsInGetConfigCompilerExtensionRector * rename ChangeCollectionTypeOptionTypeFromStringToClassReferenceRector to ChangeStringCollectionOptionToConstantRector * decouple ProjectFilesFinder