1162 Commits

Author SHA1 Message Date
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
Tomas Votruba
ea54e53cea simplify FormTypeStringToTypeProvider 2018-09-21 07:50:14 +02:00
Tomas Votruba
5c3067c95d fix StringFormTypeToClassRector 2018-09-21 07:50:14 +02:00
Tomas Votruba
d3a8f76acb make AdditionalAutoloader tolerant 2018-09-21 07:50:14 +02:00
Tomas Votruba
776005aff5 apply Symplify\CodingStandard\Fixer\Order\MethodOrderByTypeFixer 2018-09-19 18:33:11 +02:00
Tomas Votruba
cba00b618e bump to Symplify 5.0 stable 2018-09-15 20:52:08 +02:00
Tomas Votruba
8a388bf28c bump packages as well 2018-09-14 17:39:11 +02:00
Tomas Votruba
b0652d0f65 fix get request for GetRequestRector [closes #594] 2018-09-11 20:46:11 +02:00
Tomas Votruba
4c04f51ee5 fix GetRequestRector fully qualified namespace [closes #608] 2018-09-11 20:09:50 +02:00
Tomas Votruba
efe898ca0f [YamlRector] drop isCandidate() to be consistent with PhpRectorInterface API [closes #617] 2018-09-11 19:38:24 +02:00
Tomas Votruba
13fc40e956 apply new coding standard rulesets, mostly Slevomat 4.7, cleanup old code 2018-09-06 14:50:23 +02:00
Tomas Votruba
f4fb5a2529 surround string with # 2018-08-31 14:45:57 +02:00
Tomas Votruba
a11f9f98e1 add expectExceptionMessageRegExp support 2018-08-31 14:45:57 +02:00
Tomas Votruba
6b4c049b3a add test cases for exception code and multiple lines in try 2018-08-31 14:17:49 +02:00
Tomas Votruba
03ae776833 decouple isThisMethodCallWithNames() to MethodCallAnalyzer 2018-08-31 14:08:59 +02:00
Tomas Votruba
f2cfaa8c96 init TryCatchToExpectExceptionRector 2018-08-31 01:41:32 +02:00
Tomas Votruba
8b36e42058 add rector/utils to NodeTypeResolver deps 2018-08-30 23:07:51 +02:00
Tomas Votruba
aadf95ea24 indent yaml 2018-08-30 23:07:40 +02:00
Tomas Votruba
010a55a261 decouple FilesystemTweaker 2018-08-30 22:45:06 +02:00
Tomas Votruba
1c51f5d9bf allow loading --config and --level together [closes #613] 2018-08-30 22:23:51 +02:00
Tomas Votruba
8c41f00ac7 cleanups 2018-08-29 23:05:49 +02:00
Tomas Votruba
ba5385cea1 simplify classes map 2018-08-29 19:10:29 +02:00
Tomas Votruba
dba8a478af add case with already callback 2018-08-29 19:04:21 +02:00
Tomas Votruba
8e88fd24b1 extends SimpleFunctionRector to SimpleFilter as well 2018-08-29 16:05:12 +02:00
Tomas Votruba
edb7c44483 add twig112 set 2018-08-29 14:52:27 +02:00
Tomas Votruba
e56dc665fe [Twig] Add SimpleFunctionRector [closes #599] 2018-08-29 14:42:26 +02:00
Tomas Votruba
e09bfd06b7 add File suffix and specific variable content case 2018-08-29 12:17:33 +02:00
Tomas Votruba
9f2dbb7822 add support for various quotes 2018-08-29 12:05:29 +02:00
Tomas Votruba
ae994a0efd [Symfony] Add ParseFileRector [closes #600] 2018-08-28 18:27:13 +02:00
Tomas Votruba
933e818cab [NodeTypeResolver] fix loading of external config when installed as dependency 2018-08-21 18:09:39 +02:00