17 Commits

Author SHA1 Message Date
TomasVotruba
8b5c4f5726 [DeadCode] Fix shifted value 2020-03-01 09:53:08 +01:00
TomasVotruba
53ac8fcc41 make RemoveUnusedClassConstant skip open-source public constants 2020-02-29 15:28:08 +01:00
TomasVotruba
6420f9322e fixup! Merge pull request #2966 from rectorphp/public-abstract 2020-02-29 15:23:37 +01:00
Dorian Villet
72be4f4450 RemoveDefaultArgumentValueRector: add broken test on static method call. 2020-02-28 17:10:11 +01:00
TomasVotruba
e29f8fafab [DeadCode] Add RemoveDuplicatedIfReturnRector 2020-02-28 00:08:53 +01:00
TomasVotruba
1a4bb38126 skip open source class in rmeove unused param in open-source 2020-02-26 00:54:29 +01:00
TomasVotruba
53a3b18264 skip true/false case in TernaryToBooleanOrFalseToBooleanAndRector 2020-02-25 22:06:23 +01:00
TomasVotruba
3e7e3bf7dc add project_type 2020-02-25 21:43:29 +01:00
TomasVotruba
0427133ec7 [DeadCode] Skip abstract methods in RemoveUnusedParameterRector as possible 3rd party contract 2020-02-25 10:52:37 +01:00
TomasVotruba
5c3aaf2ddc skip used property 2020-02-23 23:35:24 +01:00
TomasVotruba
f7aefc68b8 [DeadCode] Add RemoveUnusedVariableAssignRector 2020-02-23 22:36:23 +01:00
TomasVotruba
c2b89700a3 [DeadCode] Add RemoveUnusedClassConstantRector 2020-02-23 22:07:19 +01:00
TomasVotruba
1e83e78a5e fix duplicate switch without break 2020-02-21 13:37:27 +01:00
TomasVotruba
1881f534de fixup! [DeadCode] Add RemoveDeadTryCatchRector 2020-02-14 15:48:45 +01:00
TomasVotruba
af90cba019 [DeadCode] Add RemoveDeadTryCatchRector 2020-02-14 15:48:45 +01:00
TomasVotruba
42c5141d70 [Renaming] Add RenameFuncCallToStaticCallRector 2020-02-13 17:12:38 +01:00
TomasVotruba
3e5dd77bb6 move Rector-rule based packages from /packages to /rules 2020-02-11 13:41:37 +01:00