581 Commits

Author SHA1 Message Date
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
Tomas Votruba
9516ac5aa4
Merge pull request #3343 from ddziaduch/patch-1 2020-05-11 10:33:39 +02:00
Damian Dziaduch
ff8f02c0cb
Fix link and it's name
It was throwing 404
2020-05-11 10:29:12 +02:00
Damian Dziaduch
38c8e6a007
Alter command name
This change will suggest to use command given in the output of the vendor/bin/rector
2020-05-11 10:27:32 +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
TomasVotruba
ae134176fd README: decouple create_own_rector, simplify main text 2020-05-03 14:19:09 +02:00
TomasVotruba
00b3184eb3 [Naming] Add RenamePropertyToMatchTypeRector 2020-05-02 22:36:11 +02:00
TomasVotruba
653e5353bb [SOLID] Add AddFalseDefaultToBoolPropertyRector 2020-05-02 12:03:03 +02:00
TomasVotruba
cae1c0a727 break line of long example 2020-05-02 11:51:01 +02:00
TomasVotruba
f5b40ed6ca [Performance] Add PreslashSimpleFunctionRector 2020-05-01 18:22:02 +02:00
TomasVotruba
2fa2a471dc [Core] Add ChangeContractMethodSingleToManyRector 2020-04-30 12:27:31 +02:00
TomasVotruba
993550c9e9 [PHP 8.0] Add get_debug_type 2020-04-29 23:36:13 +02:00
TomasVotruba
a6b85af2cb [Php80] Add ClassOnObjectRector 2020-04-29 22:02:09 +02:00
TomasVotruba
1612ef2165 [PHP 8.0] Add attributes v2 2020-04-29 00:25:45 +02:00
TomasVotruba
d6a090a685 make DumpRectorsCommand accept argument - directory to Rector rules 2020-04-26 16:30:13 +02:00
TomasVotruba
8507cec9a1 [Nette] Fix preg_match_all() to Nette\Utils migrations 2020-04-25 19:11:54 +02:00
TomasVotruba
298df2dae1 [CodeQuality] Add UnusedForeachValueToArrayKeysRector 2020-04-24 19:14:30 +02:00
TomasVotruba
93dffbea56 [PHP 8.0] Add Stringable 2020-04-24 14:09:25 +02:00
TomasVotruba
833435037a [PHP 8] Add str_ends_with 2020-04-24 00:54:57 +02:00
TomasVotruba
8082b3a2f2 [PHP 8.0] Add str_starts_with 2020-04-23 23:06:36 +02:00
TomasVotruba
88efee5774 move checkstyle from ci to docs 2020-04-23 23:01:20 +02:00
TomasVotruba
5f8354527f update docs 2020-04-23 22:35:01 +02:00
TomasVotruba
9d83fb64c3 [Restoration] Add RemoveFinalFromEntityRector 2020-04-22 22:49:07 +02:00
TomasVotruba
00797bbce3 [CodeQuality] Add SplitListScalarAssignToSeparateLineRector 2020-04-19 16:20:08 +02:00
TomasVotruba
c6bc133cb3 [PHPUnit] Add strict param to ReplaceAssertArraySubsetRector 2020-04-19 01:16:27 +02:00
TomasVotruba
512c4f4d8f [PHPOffice] Add IncreaseColumnIndexRector 2020-04-16 10:14:21 +02:00
TomasVotruba
296de13121 [PHPOffice] Init migration to PHPSpreadSheets 2020-04-15 18:48:58 +02:00
TomasVotruba
a7f5abe2f1 [DeadCode] Add RemoveUnusedAssignVariableRector 2020-04-14 10:45:04 +02:00
TomasVotruba
68e18d83d6 change order of props and code 2020-04-02 15:21:12 +02:00
TomasVotruba
1f74373795 remove non-markdown nodes dumper + add public property list + types 2020-04-02 14:17:06 +02:00
TomasVotruba
b3fde24ab1 [PHPUnit] Add AddProphecyTraitRector 2020-04-01 02:37:21 +02:00
TomasVotruba
5600cf8d4d move node adding to PostRector 2020-04-01 01:41:56 +02:00
TomasVotruba
18feee456e move node-replacing to PostRector 2020-03-31 20:31:19 +02:00