876 Commits

Author SHA1 Message Date
Tomas Votruba
3860464c40 run all tests 2018-07-17 19:50:26 +02:00
Tomas Votruba
c271a8969c decouple splitPathToParts() method 2018-07-17 19:50:26 +02:00
Tomas Votruba
10bdf0a08d fix yaml replacer 2018-07-17 19:50:26 +02:00
Tomas Votruba
a1308c4468 config update 2018-06-28 16:23:33 +02:00
Tomas Votruba
8798b0c407 add comments and boiler plate code support 2018-06-28 16:23:33 +02:00
Tomas Votruba
19c9ed6bcb improve RenameSubKeyYamlRector to match any nesting 2018-06-28 16:23:33 +02:00
Tomas Votruba
ff10273c03 improve test 2018-06-28 16:23:33 +02:00
Tomas Votruba
8406eec88b merge YamlFilesFinder and PhpFilesFinder to FilesFinder 2018-06-28 16:23:33 +02:00
Tomas Votruba
1a2ea315df cleanup ProcessCommand 2018-06-28 16:23:33 +02:00
Tomas Votruba
b37452801e put Yaml file processing to ProcessCommand 2018-06-28 16:23:33 +02:00
Tomas Votruba
ef0d509897 YamlRector init 2018-06-28 16:23:33 +02:00
Tomas Votruba
d11887436d NodeTypeResolver - misc detail fixes 2018-06-13 13:12:29 +02:00
Tomas Votruba
9c6d57aa79 fix type resolving 2018-06-13 12:56:39 +02:00
Tomas Votruba
6922185cd6 rename NetteObjectToSmartTraitRector to generic ParentClassToTraitRector 2018-06-06 16:02:47 +02:00
Tomas Votruba
fffeb9415e drop nette rules 2018-06-06 15:53:20 +02:00
Tomas Votruba
f0ddc564e4 change ChoiceDefaultValueRector to generic PropertyAssignToMethodCallRector 2018-06-06 15:12:07 +02:00
Tomas Votruba
84535e43fa cleanup 2018-06-06 14:58:10 +02:00
Tomas Votruba
3ccf1bcb56 drop nette rules 2018-06-06 14:52:24 +02:00
Tomas Votruba
0602921ede move MethodCallToAnotherMethodCallWithArgumentsRector form Nette to generic Rector/MethodCall 2018-06-06 13:58:02 +02:00
Tomas Votruba
8b681df4e2 fix namespace 2018-06-06 13:56:14 +02:00
Tomas Votruba
08767f5944 rename SetInjectToAddTagRector to generic MethodCallToAnotherMethodCallWithArgumentsRector 2018-06-06 13:55:31 +02:00
Tomas Votruba
2f1e6719be make SetInjectToAddTagRector generic 2018-06-06 13:52:48 +02:00
Tomas Votruba
de07fd3997 move RenameClassConstantsUseToStringsRector from Nette to generic Rector/Constant 2018-06-06 12:05:36 +02:00
Tomas Votruba
bfc50a0467 rename RemoveConfiguratorConstantsRector to RenameClassConstantsUseToStringsRector 2018-06-06 12:05:36 +02:00
Tomas Votruba
710e215c9c make RemoveConfiguratorConstantsRector generic 2018-06-06 11:59:15 +02:00
Tomas Votruba
6cbb2fc07e move AnnotatedPropertyInjectToConstructorInjectionRector to general rectors 2018-06-06 11:11:09 +02:00
Tomas Votruba
3aeead8511 make annotatoin name configurable, can be @autowired, @service or @required 2018-06-06 11:11:09 +02:00
Tomas Votruba
82c8b8b02b rename InjectPropertyRector to AnnotatedPropertyInjectToConstructorInjectionRector 2018-06-06 10:21:34 +02:00
Tomas Votruba
3f52c3a5d1 fix cs 2018-06-05 18:58:19 +02:00
Tomas Votruba
1469cc2c54 [BetterPhpDocParser] fix service loading while a dependency 2018-06-05 18:22:24 +02:00
Tomas Votruba
4a05aa0c9d add option to clear container cache 2018-06-02 17:56:15 +02:00
Tomas Votruba
745278db95 AssertTrueFalseToSpecificMethodRector: improve complexity 2018-06-02 17:31:22 +02:00
Tomas Votruba
c5d1fcddd3 ArrayToYieldDataProviderRector: improve complexity 2018-06-02 17:25:05 +02:00
Tomas Votruba
fb12acb30d SmartClassReflector: remove hotfix fallback, already fixed in Symfony 2018-06-02 16:54:06 +02:00
Tomas Votruba
65e6ea9832 fix cs 2018-06-02 16:49:02 +02:00
Tomas Votruba
bb4340e855 fix class autoloading 2018-06-02 16:48:46 +02:00
Tomas Votruba
acb327a7e5 ConstructorPropertyTypesExtractor: improve complexity 2018-06-02 16:47:13 +02:00
Tomas Votruba
4335efae33 AbstractClassLikeTypeResolver: improve complexity 2018-06-02 16:47:04 +02:00
Tomas Votruba
3c0beaab69 ArrayToYieldDataProviderRector: improve complexity 2018-06-02 16:43:28 +02:00
Tomas Votruba
efe9aab684 move ArrayToYieldDataProvider to PHPUnit group 2018-06-02 16:28:34 +02:00
Tomas Votruba
4ca30791fd fix description bracket 2018-06-02 16:25:51 +02:00
Tomas Votruba
4603e0b655 ActionSuffixRemoverRector - improve description 2018-06-02 16:15:12 +02:00
Tomas Votruba
cf14a0ce30 fix ActionSuffixRemoverRector 2018-06-02 16:14:52 +02:00
Tomas Votruba
0bd2c3f091 move Doctrine Rectors to own package 2018-06-02 13:45:20 +02:00
Tomas Votruba
336ffdd7d7 move PhpParser Rectors to own package 2018-06-02 13:39:01 +02:00
Tomas Votruba
1202dae5e3 move PHPUnit Rectors to own package 2018-06-02 13:29:48 +02:00
Tomas Votruba
c9643e766a fix cs 2018-06-02 13:26:28 +02:00
Tomas Votruba
1cfa87c73a move Sylius Rectors to own package 2018-06-02 13:15:01 +02:00
Tomas Votruba
e0a07e31d0 fix cs 2018-06-02 13:07:03 +02:00
Tomas Votruba
e52df0d128 move Nette Rectors to own package 2018-06-02 13:06:44 +02:00