1281 Commits

Author SHA1 Message Date
TomasVotruba
a69fcc020f spacing on method adding is fixed 2017-12-02 18:34:55 +01:00
TomasVotruba
a34627c56c [Symfony] init AddAutowireRector 2017-12-02 15:30:12 +01:00
TomasVotruba
872b5bc7f5 [YamlParser] decouple to open-closed principle, improve test, add NamedServiceToClassRector 2017-12-02 15:28:38 +01:00
TomasVotruba
ffae9d89f9 clean docs 2017-12-02 14:05:59 +01:00
TomasVotruba
6bbe544ae8 cs 2017-12-02 14:03:32 +01:00
TomasVotruba
407e85fa68 add Property ValueObject 2017-12-02 14:03:15 +01:00
TomasVotruba
deb96928b0 simplify config service PSR4 paths 2017-12-02 13:55:22 +01:00
TomasVotruba
604769a2cd [YamlParser] init modular rectors 2017-12-02 13:55:05 +01:00
TomasVotruba
dee7ed360e phpstan fixes 2017-12-02 01:34:17 +01:00
TomasVotruba
851cb563db add yaml-comment-parser + add first simple example 2017-12-01 23:25:55 +01:00
TomasVotruba
a32134b33e Slashing - use better recommended regex and add explanation 2017-12-01 21:17:16 +01:00
TomasVotruba
684955b44f YamlParser: add README 2017-12-01 21:08:11 +01:00
TomasVotruba
3493938a80 Printer: add test to cover space moving 2017-12-01 21:00:29 +01:00
TomasVotruba
111e330728 BetterStandardPrinter: do not preslash slashes 2017-12-01 20:56:06 +01:00
TomasVotruba
5c37fb7623 service: drop unused Standard printer 2017-12-01 20:53:35 +01:00
TomasVotruba
ec6b9a68e1 fix annotation space removal 2017-12-01 20:52:52 +01:00
TomasVotruba
821b541502 cs void 2017-12-01 20:52:39 +01:00
TomasVotruba
9c607e34c3 use custom BetterStandardPrinter 2017-12-01 20:52:33 +01:00
TomasVotruba
f4f30f4e9b NodeCallerTypeResolver: check only identifier 2017-12-01 20:44:15 +01:00
TomasVotruba
ded80090d9 ecs: cleanup config of new features 2017-12-01 20:43:36 +01:00
TomasVotruba
d352862c27 composer: bump to Symfony 4 2017-12-01 20:43:27 +01:00
TomasVotruba
9778b226aa [YamlParser] init 2017-12-01 20:35:55 +01:00
TomasVotruba
c3918f3a60 fixup 2017-12-01 20:34:34 +01:00
Tomáš Votruba
5f67a788b5
Merge pull request #176 from rectorphp/cs-update
coding standard updates
2017-11-25 02:37:23 +01:00
TomasVotruba
3ee53abfda cs updates 2017-11-25 02:36:43 +01:00
Tomáš Votruba
8c5bd3ae93
Merge pull request #175 from rectorphp/use-dev-deps
Upgrade dependencies
2017-11-25 02:30:41 +01:00
TomasVotruba
d573822b78 fix 2017-11-25 02:11:13 +01:00
TomasVotruba
5c703ee72e [NodeTypeResolver] fix for parent classes of method call 2017-11-25 02:10:20 +01:00
TomasVotruba
a74aae8cb4 allow service fetching in tests 2017-11-25 01:12:49 +01:00
TomasVotruba
1fa76060a8 fix aliases 2017-11-25 01:11:06 +01:00
TomasVotruba
22fe8d48fd add few missing dependencies, fix array cs, fix YAML unquoted key 2017-11-25 00:52:55 +01:00
TomasVotruba
6fb0aa7b91 composer: allow dev deps 2017-11-25 00:52:21 +01:00
Tomáš Votruba
4ba813be8e
Merge pull request #173 from rectorphp/value-object-remover
[Dynamic] Value object remover
2017-11-25 00:07:57 +01:00
TomasVotruba
58e693f51a nicer README [ci skip] 2017-11-24 23:58:41 +01:00
TomasVotruba
e2f46e9e05 [NodeTypeResolver] fix tests 2017-11-24 23:58:41 +01:00
TomasVotruba
60cd306203 fix tests 2017-11-24 23:58:41 +01:00
TomasVotruba
948585fb2f [Dynamic] add argument replacement to ValueObjectRemoverRector 2017-11-24 23:58:41 +01:00
TomasVotruba
3a54330d6a [Dynamic] add property type change to ValueObjectRemoverRector 2017-11-24 23:58:41 +01:00
TomasVotruba
d01132fa03 [NodeTypeResolver] add parent class type to PropertyTypeResolver 2017-11-24 23:58:41 +01:00
TomasVotruba
5dc1e58074 [ReflectionDocBlock] add change var type to DocBlockAnalyzer 2017-11-24 23:58:41 +01:00
TomasVotruba
83320ddcc0 README: move images to subdir 2017-11-24 23:58:41 +01:00
TomasVotruba
a951528ec1 [README] add link to example test 2017-11-24 23:58:41 +01:00
TomasVotruba
abebf6ad5f cleanup 2017-11-24 23:58:41 +01:00
TomasVotruba
b925642702 cleanup 2017-11-24 23:58:41 +01:00
TomasVotruba
221dc0f49f fix README 2017-11-24 23:58:41 +01:00
TomasVotruba
ac08cf4c10 cleanup 2017-11-24 23:58:41 +01:00
TomasVotruba
732b677996 improve tests 2017-11-24 23:58:41 +01:00
TomasVotruba
82e39ab471 improve test 2017-11-24 23:58:41 +01:00
TomasVotruba
b98b145a59 ValueObjectRemoverRector init [ref #172] 2017-11-24 23:58:41 +01:00
TomasVotruba
8208206e99 ProcessCommand: show all files - easier to debug and spot the issue 2017-11-24 22:18:40 +01:00