3082 Commits

Author SHA1 Message Date
Tomas Votruba
4c6c618785 drop forgotten Nette rector - MagicMethodRector 2018-07-25 14:28:40 +02:00
Tomáš Votruba
7d52c6aec3
Merge pull request #525 from rectorphp/phpstan
Bump to PHPStan 0.10
2018-07-25 14:27:08 +02:00
Tomas Votruba
2645d2f9a1 static fixes 2018-07-25 14:18:37 +02:00
Tomas Votruba
04161fe5ab composer: use non-shim version, drop config, default now 2018-07-25 13:05:40 +02:00
Tomas Votruba
a0ab7fdebe composer: bump phpstan to 0.10 2018-07-25 12:54:35 +02:00
Tomáš Votruba
92c46d1db5
Merge pull request #523 from rectorphp/cleanup
Fix autoloads, add parameters autobinding
2018-07-23 18:55:16 +02:00
Tomas Votruba
4553194286 cleanup 2018-07-23 18:40:19 +02:00
Tomas Votruba
47d80968f8 try config without local binding 2018-07-23 18:31:38 +02:00
Tomas Votruba
cf986a5179 create BindingArgument as used to prevent exceptions 2018-07-23 18:31:31 +02:00
Tomas Votruba
9b97b2a451 Add AutoBindParametersCompilerPass to save redundant parameters binding 2018-07-23 18:11:19 +02:00
Tomas Votruba
34f8dd5b0f fix config path 2018-07-23 17:30:40 +02:00
Tomas Votruba
298da35ea7 [config] unite config name to singular 2018-07-23 17:28:34 +02:00
Tomas Votruba
77ed25d3dc use more clear regex separator 2018-07-23 17:25:43 +02:00
Tomas Votruba
ccd27643d3 fix autoload paths, use more clear regex separator 2018-07-23 17:25:25 +02:00
Tomáš Votruba
f30865fc2a
Merge pull request #522 from rectorphp/yaml
[YamlRector] Init ReplaceValueYamlRector
2018-07-19 10:54:20 +02:00
Tomas Votruba
830f09b9d9 decopuling 2018-07-19 01:29:02 +02:00
Tomas Votruba
72a89cf21e make use of services 2018-07-19 01:20:05 +02:00
Tomas Votruba
3e46ab4246 add symfony41 level 2018-07-19 01:11:39 +02:00
Tomas Votruba
a1a4d2b594 [YamlRector] Init ReplaceValueYamlRector 2018-07-19 01:10:52 +02:00
Tomáš Votruba
1e84bf78ce
Merge pull request #521 from rectorphp/yaml
[Symfony] Add use_strict_mode removal
2018-07-18 23:52:25 +02:00
Tomas Votruba
3e124e3d2b [Symfony] Add use_strict_mode removal 2018-07-18 22:08:57 +02:00
Tomáš Votruba
ff7a457c47
Merge pull request #520 from rectorphp/yaml
[Symfony] Add space after colon YamlRector
2018-07-18 21:37:35 +02:00
Tomas Votruba
fa878f0af7 add more cases 2018-07-18 21:25:27 +02:00
Tomas Votruba
31302f6835 Fixup for double double colon 2018-07-18 20:50:13 +02:00
Tomas Votruba
0d6732c794 [Symfony] Add SpaceBetweenKeyAndValueYamlRector 2018-07-18 20:43:18 +02:00
Tomáš Votruba
a957f64fbe
Merge pull request #519 from rectorphp/yaml-parse
Add Yaml parse nth argument replacement
2018-07-18 16:23:00 +02:00
Tomas Votruba
c4c0b094af add dump() case as well 2018-07-18 16:16:16 +02:00
Tomas Votruba
9aa4915838 configure symfony31 set 2018-07-18 16:16:16 +02:00
Tomas Votruba
fc01c1f801 add another test case 2018-07-18 16:16:16 +02:00
Tomas Votruba
314c0a10cf add array before keys to ArgumentDefaultValueReplacerRector 2018-07-18 16:16:16 +02:00
Tomas Votruba
fbed55f722 ArgumentRectors - move from factories to ValueObject factories to improve orientation in the code 2018-07-18 16:16:16 +02:00
Tomas Votruba
a52ff3b099 prepare test case for array keys 2018-07-18 16:16:16 +02:00
Tomas Votruba
2172a64c3d Add resolved name to NodeFactory for further code re-use compatibility 2018-07-18 16:16:16 +02:00
Tomas Votruba
5eaa2c4eff Change replacement to before / after options in ArgumentDefaultValueReplacerRecipe to allow array keys 2018-07-18 16:16:16 +02:00
Tomas Votruba
8c93040834 Fix responsible class report in AbstractArgumentRecipeFactory 2018-07-18 16:16:16 +02:00
Tomas Votruba
c31a5acec8 Add Yaml parse 2nd argument replacement 2018-07-18 16:16:16 +02:00
Tomáš Votruba
4067bfa24b
Merge pull request #518 from rectorphp/regex
[YamlRegex] Add Symfony 3.4 deprecations
2018-07-17 23:03:26 +02:00
Tomas Votruba
fc370983ab split symfony31 2018-07-17 22:56:34 +02:00
Tomas Votruba
90fab67074 statics 2018-07-17 22:53:38 +02:00
Tomas Votruba
f2cea259d2 Add Yaml::parse(, Yaml::PARSE_KEYS_AS_STRINGS) case 2018-07-17 22:48:31 +02:00
Tomas Votruba
8122ae6f17 Add !str 2018-07-17 22:10:42 +02:00
Tomas Votruba
c58bcca915 [YamlRector] add php/object case 2018-07-17 22:08:36 +02:00
Tomas Votruba
2a3cc2db31 YamlRector - add getDefinition() to be compatible with RectorInterface 2018-07-17 22:01:20 +02:00
Tomas Votruba
910b26a577 [YamlRector] Add ReplaceStringYamlRector 2018-07-17 21:56:30 +02:00
Tomas Votruba
34abc45fd8 drop stale, not very useful 2018-07-17 20:04:00 +02:00
Tomáš Votruba
ae5ca3ac90
Merge pull request #511 from rectorphp/regex
Improve RenameSubKeyYamlRector
2018-07-17 20:03:40 +02:00
Tomas Votruba
f14a2c179f fix dependencies conflict on --prefer-lowest 2018-07-17 19:50:26 +02:00
Tomas Votruba
6d40071304 init CHANGELOG.md 2018-07-17 19:50:26 +02:00
Tomas Votruba
c6193e5911 normalize bin files 2018-07-17 19:50:26 +02:00
Tomas Votruba
3860464c40 run all tests 2018-07-17 19:50:26 +02:00