2417 Commits

Author SHA1 Message Date
TomasVotruba
26c2b6135e configs: add arguments to other Rectors 2018-03-03 21:06:27 +01:00
TomasVotruba
223642252c configs: add arguments to ClassReplacerRector 2018-03-03 21:06:27 +01:00
TomasVotruba
8803c30353 travis: add Rector test run on itself 2018-03-03 21:06:27 +01:00
TomasVotruba
0ea3040021 MagicDisclosureRector tests: add arguments 2018-03-03 21:06:27 +01:00
TomasVotruba
53e3e68231 DynamicRector tests: add arguments 2018-03-03 21:06:27 +01:00
TomasVotruba
5ecd2e4d5c fix 'services' duplicate key 2018-03-03 21:06:27 +01:00
TomasVotruba
b4d53dc593 TemplateAnnotationRector: fix version argument 2018-03-03 21:06:27 +01:00
TomasVotruba
62f3cb53c4 Rector: drop RectorsExtension, add Rector autowiring 2018-03-03 21:06:27 +01:00
TomasVotruba
25147bc4a7 drop RectorsExtension 2018-03-03 21:06:27 +01:00
TomasVotruba
7687929d1d use services instead of rectors as key 2018-03-03 21:06:27 +01:00
Tomáš Votruba
8fb6dc3600
Merge pull request #336 from rectorphp/command-to-contructor-injection-to-container-aware
Improve CommandToContructorInjection
2018-03-03 20:45:38 +01:00
TomasVotruba
54245f1948 decouple AbstractToConstructorInjectionRector 2018-03-03 20:36:23 +01:00
TomasVotruba
4b10b1a7f4 add symfony-constructor-injection config 2018-03-03 20:36:23 +01:00
TomasVotruba
ce961b3c2e move under FrameworkBundle 2018-03-03 20:36:23 +01:00
TomasVotruba
89b4532a50 move under FrameworkBundle 2018-03-03 20:36:23 +01:00
TomasVotruba
110076d5ee cleanup 2018-03-03 20:36:23 +01:00
TomasVotruba
6df98168c0 CommandToConstructorInjection - apply on Command as well 2018-03-03 20:36:23 +01:00
Tomáš Votruba
bbde0531e1
Merge pull request #333 from rectorphp/get-parameter
Add Get parameter to CTOR Rector
2018-03-03 20:34:03 +01:00
TomasVotruba
93268b348b cleanup 2018-03-03 18:08:03 +01:00
TomasVotruba
7c48c9a122 specify GetterToPropertyRector 2018-03-03 18:07:25 +01:00
TomasVotruba
3b22a89ff4 add Controller stub 2018-03-03 14:57:52 +01:00
TomasVotruba
67ae727782 use Options constant over string 2018-03-03 14:57:46 +01:00
TomasVotruba
f9d8c34227 add Controller stub 2018-03-03 14:57:31 +01:00
TomasVotruba
9444a21084 cleanup 2018-03-03 14:41:36 +01:00
TomasVotruba
9b3630ef5e move under Symfony\FrameworkBundle, as dependent on it 2018-03-03 14:39:23 +01:00
TomasVotruba
f2ba8acf1c cleanup tests 2018-03-03 14:35:26 +01:00
TomasVotruba
abc13cc352 make type specific, do not match bare string 2018-03-03 14:31:38 +01:00
TomasVotruba
1117785b02 add ->container->getParameter() 2018-03-03 12:18:52 +01:00
TomasVotruba
424c89bfd9 Revert "phpunit: fix configuration and run without PHAR wip"
This reverts commit e213a38feb6521a01b6eb3d25487ac27542adce1.
2018-03-03 12:15:03 +01:00
TomasVotruba
7c8dd371d6 fix cs 2018-03-02 21:34:16 +01:00
TomasVotruba
b8c970a509 init GetParameterToContsructorInjectionRector 2018-03-02 21:30:55 +01:00
TomasVotruba
e213a38feb phpunit: fix configuration and run without PHAR wip 2018-03-01 13:14:29 +01:00
TomasVotruba
f6bc0dfc71 improve ecs set 2018-02-28 18:15:11 +01:00
TomasVotruba
d0a66e5bce fix ContructorMethodBuilder and PropertyBuilder FQNames 2018-02-28 00:50:06 +01:00
TomasVotruba
2fccc77257 ecs: add class element spaces fixer 2018-02-27 15:10:25 +01:00
TomasVotruba
39e8f1c907 add namespace to test case 2018-02-27 13:44:38 +01:00
TomasVotruba
d5cd7029ca fix PropertyAddingNodeVisitory for namespaced classes 2018-02-27 11:51:36 +01:00
TomasVotruba
d319a6fd15 plural typo 2018-02-27 11:51:30 +01:00
TomasVotruba
77925afdc9 README: typo [skip ci] 2018-02-26 13:30:04 +01:00
Tomáš Votruba
482b218c37
Merge pull request #327 from rectorphp/cleanup-tests
Cleanup tests
2018-02-25 19:37:18 +01:00
TomasVotruba
660ba0023a composer: remove unused deps 2018-02-25 19:09:05 +01:00
TomasVotruba
cc8c3aa21e [docs] drop Roave from logos, since only few rules implemented 2018-02-25 19:09:05 +01:00
TomasVotruba
f59d19f473 composer: remove unused deps 2018-02-25 19:09:05 +01:00
Tomáš Votruba
2ec4549eb7
Merge pull request #324 from rectorphp/rector-builder
BuilderRector with simpler API to create new Rectors
2018-02-25 19:05:59 +01:00
TomasVotruba
7305cf40d2 [cs] add Rector to naming 2018-02-25 18:35:51 +01:00
TomasVotruba
93131ddf87 [ecs] add parent type name check 2018-02-25 18:34:21 +01:00
TomasVotruba
0c5589d7a4 [docs] FluentBuilderRector - add missing deps 2018-02-25 18:11:02 +01:00
TomasVotruba
7d8da5790c [docs] add FluentBuilerRector md 2018-02-25 17:44:42 +01:00
TomasVotruba
643ab8e855 drop unused levels.yml 2018-02-25 17:15:40 +01:00
TomasVotruba
c0171949c5 [docs] add jscodeshift to Similar Projects 2018-02-25 17:05:35 +01:00