29 Commits

Author SHA1 Message Date
TomasVotruba
53eda0bb8e use new Symplify 7 2019-11-23 18:49:27 +01:00
TomasVotruba
a3693df310 use exclude as list 2019-11-22 20:10:39 +01:00
TomasVotruba
59858869ef fix double import of functio names 2019-11-08 14:40:47 +01:00
Tomas Votruba
8d57420bd6 use yieldFilesFromDirectory() in tests instead of explicid fixture naming 2019-11-05 18:02:26 +01:00
Tomas Votruba
62dae06ab4 remove function name attribute, not used 2019-11-05 11:16:30 +01:00
Tomas Votruba
40c49710e9 [cs] reoder private methods by call order 2019-10-30 10:49:07 +01:00
Tomas Votruba
acfd930f54 apply PSR-12 2019-10-13 08:09:08 +02:00
Jeroen Smit
d8a281bca2 Merge branch 'master' of github.com:rectorphp/rector into ConstructorInjectionToActionInjectionRectorFix2 2019-10-05 20:34:31 +02:00
Jeroen Smit
2f06f0f836 Fix for issue #2090 2019-10-05 20:31:05 +02:00
Jeroen Smit
ba5cbf381e Added example of broken situation 2019-10-03 11:39:12 +02:00
Jeroen Smit
d3d14c757c Fix changing the wrong property fetches 2019-10-03 11:19:08 +02:00
Tomas Votruba
9ef3801b41 cleanup 2019-09-28 13:18:11 +02:00
Tomas Votruba
0da741a9a3 drop @return type from Iterator in tests 2019-09-27 14:40:09 +02:00
Tomas Votruba
598f228c6d decouple php doc ast node to factories 2019-09-27 14:40:09 +02:00
Tomas Votruba
3f6fddee71 make DocBlockManipulator protected in AbstractRector + add ColumnGenerator annotatoin parsing 2019-09-19 17:30:31 +02:00
Tomas Votruba
ca7d0cba15 use PHP highlight for herenow doc 2019-09-18 09:14:06 +02:00
Tomas Votruba
4c9ecba04c [tests] switch testFiles to data providers 2019-09-12 10:18:26 +02:00
Tomas Votruba
79ffad4a0b add @see annotations 2019-09-03 14:05:21 +02:00
Tomas Votruba
2e97a3d315 make use of getProperties() 2019-09-01 21:45:26 +02:00
Tomas Votruba
72bb8d6ec0 remove getDoctrine*() methods from PhpDocInfo, use getByType() instead 2019-08-31 13:46:48 +02:00
Tomas Votruba
e466a14616 add removeNodeFromStatements() method to remove statement by key easily 2019-08-31 10:44:41 +02:00
Tomas Votruba
04d01ffdfe add Symfony Validator annotations 2019-08-30 23:08:03 +02:00
Tomas Votruba
d4c3b002bb simplify RemoveRepositoryFromEntityAnnotationRector 2019-08-26 21:52:16 +02:00
Tomas Votruba
6000b30369 [DeadCode] Add RemoveSetterOnlyPropertyAndMethodCallRector 2019-08-06 12:50:53 +02:00
Tomas Votruba
9145e6685f composer: require nette/di to allow phpstan extension with Reference class 2019-08-05 16:50:34 +02:00
Tomas Votruba
6095a810ad fix cs 2019-07-05 18:12:37 +03:00
Tomas Votruba
8af6dd3dc3 [PHPStan] Add RemoveNonExistingVarAnnotationRector 2019-07-05 18:00:27 +03:00
Tomas Votruba
b001969944 [Doctrine] Add RemoveRepositoryFromEntityAnnotationRector 2019-07-05 13:52:26 +03:00
Tomas Votruba
fbf0aa275f [Architecture] Add ConstructorInjectionToActionInjectionRector 2019-07-05 13:34:17 +03:00