1141 Commits

Author SHA1 Message Date
Tomas Votruba
ecbf96a9ed [PHP] Add CallUserMethodRector 2018-10-07 22:03:32 +08:00
Tomas Votruba
e179df133b [PHP] Add ListSwapArrayOrderRector 2018-10-07 21:39:36 +08:00
Tomas Votruba
44c4e70199 [PHP] Add EmptyListRector 2018-10-07 20:16:42 +08:00
Tomas Votruba
4fd1e19113 [PHP] Add ListSplitStringRector 2018-10-07 19:56:07 +08:00
Tomas Votruba
d1439079cb [PHP] Add Each Rectors 2018-10-07 17:10:40 +08:00
Tomas Votruba
1e722a581e [FileSystemRector] Apply array param autowire 2018-10-06 23:21:07 +08:00
Tomas Votruba
ca574d7cab [YamlRector] Apply array param autowire 2018-10-06 23:21:07 +08:00
Tomas Votruba
318f5b30f8 [NodeTraverser] Apply array param autowire 2018-10-06 23:21:07 +08:00
Tomas Votruba
3073942c8a [NodeTypeResolver] Apply array param autowire 2018-10-06 23:21:07 +08:00
Tomas Votruba
bca4d5eadc Use AutowireArrayParameterCompilerPass 2018-10-06 23:21:07 +08:00
Tomas Votruba
7d989cd58f [NodeTypeResolver] Unwrap standalone usage, not working and ContainerFactory is better approach ATM 2018-10-06 10:19:57 +08:00
Tomas Votruba
3660362e32 apply simple config on levels 2018-10-06 09:26:35 +08:00
Tomas Votruba
31f6649908 Add TolerantRectorYamlFileLoader 2018-10-06 09:26:35 +08:00
Tomas Votruba
2ffb04a229 [PHP] Add ReservedObjectRector 2018-10-06 00:18:55 +08:00
Tomas Votruba
9b5a6fb6e0 [PHP] Add MultiDirnameRector 2018-10-05 22:15:11 +08:00
Tomas Votruba
fb6a3d818b [PHP] Add Php4ConstructorRector 2018-10-05 19:02:50 +08:00
Tomas Votruba
2a1fffc443 add PHP Rectors to own groups 2018-10-05 17:05:03 +08:00
Tomas Votruba
bae0a5bf44 [PHP] Add PublicConstantVisibility 2018-10-04 23:56:46 +08:00
Tomas Votruba
c8c82aabfd [PHP] Add RandomFunctionRector 2018-10-04 23:37:45 +08:00
Tomas Votruba
02d2ba69e3 [PHP] Add NullCoalesceRector 2018-10-04 23:09:30 +08:00
Tomas Votruba
39b5c0826f [PHP] Add pow to exp Rector [ref #638] 2018-10-04 16:21:56 +08:00
Tomas Votruba
9e9f5e796f init IsIterableRector [ref #638] 2018-10-04 15:59:30 +08:00
Tomas Votruba
5b65bb52fa tests: fix conflicting validating by autoloading only Wrong files in tests 2018-10-04 15:24:53 +08:00
Tomas Votruba
2812c30ee9 [PHP] Exception handler typehint 2018-10-04 00:24:47 +08:00
Tomas Votruba
bea97cd845 Null unwanted collecting in DocBlockAnalyzer 2018-10-03 20:30:23 +08:00
Tomas Votruba
9847e4613e update better-phpdoc-parser config path 2018-10-03 20:30:23 +08:00
Tomas Votruba
02dc77215e make use of ConfigurableCollector 2018-10-03 20:30:23 +08:00
Tomas Votruba
07913d30ac move Symplify ParameterTypoProofreader 2018-10-01 12:19:59 +08:00
Tomas Votruba
070cfe310e [PHP] Add PHP 7.4 Type Property Rector [ref #638] 2018-09-30 23:10:44 +08:00
Tomas Votruba
488ef3b40a init MultipleClassFileToPsr4ClassesRector 2018-09-29 00:12:35 +08:00
Tomas Votruba
dff33000e5 DocBlockAnalyzer - use FQN names only when needed 2018-09-28 00:41:28 +08:00
Tomas Votruba
108727540d conventions 2018-09-28 00:11:47 +08:00
Tomas Votruba
5337e6cf84 Make DocBlockAnalyzer::getTagByName() always return a tag 2018-09-28 00:11:39 +08:00
Tomas Votruba
fe7ab04430 typo 2018-09-27 23:57:10 +08:00
Tomas Votruba
f7646048c6 Fix NamespaceNodeVisitor to catch UseNodes even without namespace 2018-09-27 23:57:03 +08:00
Tomas Votruba
f435da5a77 fix Symfony Bridge 2018-09-27 13:56:47 +08:00
Tomas Votruba
5f0d8c1e68 make code cs-proof 2018-09-26 23:44:41 +08:00
Tomas Votruba
94875880ea static fixes 2018-09-26 19:44:54 +08:00
Tomas Votruba
de6c1505a4 show location 2018-09-26 19:44:54 +08:00
Tomas Votruba
3b1b29d11e ParameterGuider - add autoload_paths 2018-09-26 19:44:54 +08:00
Tomas Votruba
6d3c0be1eb init ParameterGuide 2018-09-26 19:44:31 +08:00
Tomas Votruba
2b3c3b60d9 extend cakephp34 level 2018-09-26 19:34:03 +08:00
Tomas Votruba
44f25ea3f1 prepare config 2018-09-26 19:34:03 +08:00
Tomas Votruba
0efc746c93 allow custom get/set methods 2018-09-26 19:34:03 +08:00
Tomas Votruba
e26038757e [CakePHP] Init ModalToGetSetRector 2018-09-22 11:09:49 +02:00
Tomas Votruba
5e533766e6 add ref 2018-09-21 15:04:15 +02:00
Tomas Votruba
9c50f52e00 init ModalToGetSetRector 2018-09-21 15:04:15 +02:00
Tomas Votruba
d04152076b DocBlockAnalyzer - cache per Node 2018-09-21 15:02:22 +02:00
Tomas Votruba
3cf4bf9563 drop METHOD_CALL_NAME, use Analyzer instead 2018-09-21 07:52:12 +02:00
Tomas Votruba
f07480c773 apply thecodingmachine/safe 2018-09-21 07:50:14 +02:00