Commit Graph

544 Commits

Author SHA1 Message Date
TomasVotruba
c17b38aa43 [CodeQuality] Add ArrayThisCallToThisMethodCallRector 2020-06-10 20:35:59 +02:00
Alexey Berezuev
5b37fee195 Fix typo in rector_rules_overview.md
Change classname in ReturnThisRemoveRector example
2020-06-08 23:04:54 +03:00
TomasVotruba
0774576a86 [Restoratoin] Add RemoveUselessJustForSakeInterfaceRector 2020-06-08 10:30:56 +02:00
TomasVotruba
8c5deddea8 [Restoration] Add MakeTypedPropertyNullableIfCheckedRector 2020-06-07 11:19:28 +02:00
TomasVotruba
f66e06a36c [NetteUtilsCodeQuality] Add ReplaceTimeNumberWithDateTimeConstantRector 2020-06-06 19:22:52 +02:00
TomasVotruba
72c627e1f9 [Sensio] Add RemoveServiceFromSensioRouteRector 2020-06-06 16:07:51 +02:00
TomasVotruba
b45549b7ab update docs 2020-06-06 15:36:54 +02:00
TomasVotruba
96baf1025d update CHANGELOG and rule overview 2020-06-05 12:33:30 +02:00
TomasVotruba
4fb1f982f9 [CodingStyle] Add RemoveDoubleUnderscoreInMethodNameRector 2020-05-31 18:03:31 +02:00
TomasVotruba
01efa94434 update docs 2020-05-31 17:45:51 +02:00
TomasVotruba
bf8641c499 update docs 2020-05-31 17:26:08 +02:00
TomasVotruba
f27f50bf9c rework AbstractRunnableRectorTestCase from eval to include 2020-05-31 14:11:04 +02:00
TomasVotruba
5b20ab853b update docs 2020-05-31 01:34:04 +02:00
TomasVotruba
9d4f70381e move KdybyEventSubscriberToContributteEventSubscriberRector to class method 2020-05-30 00:09:22 +02:00
TomasVotruba
f534eabd24 [Restoration] Add CompleteMissingDependencyInNewRector 2020-05-29 22:50:12 +02:00
TomasVotruba
bd0db33fe9 update docs 2020-05-29 12:41:25 +02:00
TomasVotruba
47e163dbe7 [NetteKdyby] Add ReplaceMagicPropertyEventWithEventClassRector 2020-05-25 13:05:22 +02:00
TomasVotruba
a28be28e0d replace Subscriber interface too 2020-05-24 18:52:54 +02:00
TomasVotruba
387ded5ecc [Kdyby to Contributte] Add Subscriber migration 2020-05-24 18:52:54 +02:00
Guilliam Xavier
86cd497105 Fix SimplifyArraySearchRector w.r.t. "strictness" 2020-05-24 12:21:45 +02:00
Guilliam Xavier
f71fc8de0a
Update rector_rules_overview.md 2020-05-23 16:03:54 +02:00
TomasVotruba
d0a12afe7d [Nette] Add ContextGetByTypeToConstructorInjectionRector 2020-05-22 09:10:05 +02:00
TomasVotruba
a6598e5e82 [MockistaToMocker] init 2020-05-15 14:10:14 +02:00
TomasVotruba
8a28581ce1 [PSR-4] Add NormalizeNamespaceByPSR4ComposerAutoloadFileSystemRector 2020-05-14 01:42:17 +02:00
TomasVotruba
cc6fef2492 [ElasticsearchDSL] Deprecate single custom rule, better handled by community 2020-05-13 18:15:35 +02:00
TomasVotruba
9e1fceba77 [Oxid] Deprecate single custom rule, better handled by community 2020-05-13 17:45:53 +02:00
TomasVotruba
e9ba820fa4 [Shopware] Deprecate single custom rule, better handled by community 2020-05-13 17:42:43 +02:00
TomasVotruba
0e220550d8 [Sylius] Deprecate single custom rule, better handled by community 2020-05-13 17:40:14 +02:00
TomasVotruba
a3bfaed373 [Silverstripe] deprecate, handled by community 2020-05-13 17:35:28 +02:00
TomasVotruba
0c67709fd0 [Legacy] Add FunctionToStaticMethodRector 2020-05-13 15:50:30 +02:00
TomasVotruba
7fd733531d update docs 2020-05-12 17:09:29 +02:00
TomasVotruba
cf6d2e0d02 move MinimalScope to Privatization, same purpose 2020-05-12 17:08:21 +02:00
TomasVotruba
0089e6fe30 [docs] add counter next to Rector group 2020-05-12 16:09:21 +02:00
TomasVotruba
ec5929df96 remove PostRectorInterface from docs 2020-05-12 12:38:33 +02:00
TomasVotruba
8017402e60 [CodingStyle] Add SplitGroupedUseImportsRector 2020-05-12 12:35:57 +02:00
TomasVotruba
f63e4424b8 move MultipleClassFileToPsr4ClassesRector to PSR4 2020-05-10 00:54:56 +02:00
TomasVotruba
9c65e7ac75 [SOLID] Add RepeatedLiteralToClassConstantRector 2020-05-06 23:36:28 +02:00
TomasVotruba
558ece61e0 deprecate Zend 1 to Symfony 4 set 2020-05-06 18:13:22 +02:00
TomasVotruba
73a5c61a92 drop FixDataProviderAnnotationTypoRector, fixing typos in single docblock annotation is too narrow 2020-05-05 15:43:55 +02:00
TomasVotruba
e15003ad21 [Order] Add OrderPropertyByComplexityRector 2020-05-04 02:48:48 +02:00
TomasVotruba
68680a3cdb [Order] Add OrderPublicInterfaceMethodRector 2020-05-04 00:10:46 +02:00
TomasVotruba
cc794711ad [CakePHP to Symfony] Deprecate unfinished set 2020-05-03 23:30:59 +02:00
TomasVotruba
c3e82579e4 [Order] Add OrderPrivateMethodsByUseRector 2020-05-03 23:03:03 +02:00
TomasVotruba
4de3fb1428 README: undescore format for file naming 2020-05-03 14:22:23 +02:00