2651 Commits

Author SHA1 Message Date
Tomas Votruba
c7fcdae789 hotfix preslash in types 2018-05-02 20:38:58 +02:00
Tomas Votruba
eb264e99ea remove unused comment 2018-05-02 18:43:44 +02:00
Tomas Votruba
d9a3cf2d22 add CurrentNodeProvider to decouple logic 2018-05-02 18:42:35 +02:00
Tomas Votruba
cc58217f4a cs fixes 2018-05-02 18:33:44 +02:00
Tomas Votruba
8ef15be6d1 update cs set 2018-05-02 18:33:15 +02:00
Tomas Votruba
d727a626e4 cleanup in NodeTypeResolver 2018-05-02 18:33:15 +02:00
Tomas Votruba
5d9f53a404 static fixes 2018-05-02 18:33:15 +02:00
Tomas Votruba
e78b8c701b cleanup 2018-05-02 18:33:15 +02:00
Tomas Votruba
bf0b07436f improve PhpDocInfoFqnTypeDecorator 2018-05-02 18:33:15 +02:00
Tomas Votruba
9aafcbedf1 use new namespace 2018-05-02 18:33:15 +02:00
Tomas Votruba
0c9d4efab5 fix cs 2018-05-02 18:33:15 +02:00
Tomas Votruba
087e146f0f remove unused property 2018-05-02 18:33:15 +02:00
Tomas Votruba
2db2970151 todo note 2018-05-02 18:33:15 +02:00
Tomas Votruba
e92038e07c RectorKernel: add CollectorDecorator for PhpDocInfo 2018-05-02 18:33:15 +02:00
Tomas Votruba
524ce71aa2 add comment 2018-05-02 18:33:15 +02:00
Tomas Votruba
69a4247934 fix methods name 2018-05-02 18:33:15 +02:00
Tomas Votruba
bf784d6671 fix method name 2018-05-02 18:33:15 +02:00
Tomas Votruba
6aa42b4ea7 replacePhpDocTypeByAnother() wip 2018-05-02 18:33:15 +02:00
Tomas Votruba
2ff7c3354b cleanup of removeAnnotationFromNode() 2018-05-02 18:33:15 +02:00
Tomas Votruba
92e53d1b46 add updateNodeWithPhpDocInfo() method 2018-05-02 18:33:15 +02:00
Tomas Votruba
61f2e70587 cleanup 2018-05-02 18:33:15 +02:00
Tomas Votruba
97af660878 cleanup DocBlockAnalyzer 2018-05-02 18:33:15 +02:00
Tomas Votruba
813980a424 migrate getTypeForParam() 2018-05-02 18:33:15 +02:00
Tomas Votruba
cbf7bd75ec fix TemplateAnnotationRector 2018-05-02 18:33:15 +02:00
Tomas Votruba
9d1405c4b6 fix ExceptionAnnotationRector 2018-05-02 18:33:15 +02:00
Tomas Votruba
8cbb53bc6f fix DocBlockAnalyzer param remover 2018-05-02 18:33:15 +02:00
Tomas Votruba
550b9a9535 fix IdentifierRector (regression of php-parser update) 2018-05-02 18:33:15 +02:00
Tomas Votruba
0fd12eaee2 drop node removing logic from DocBlockAnalyzer, make use of better-phpdoc-parser dev 2018-05-02 18:33:15 +02:00
Tomas Votruba
f3defe7677 static fix 2018-05-02 18:33:15 +02:00
Tomas Votruba
e71362c39b misc 2018-05-02 18:33:15 +02:00
Tomas Votruba
ef9472f95b use single string type, no array is needed 2018-05-02 18:33:15 +02:00
Tomas Votruba
2c0b50473a fix absolute doc block type test 2018-05-02 18:33:15 +02:00
Tomas Votruba
f074d8834e make use of TypeAnalyzer 2018-05-02 18:33:15 +02:00
Tomas Votruba
71528faf6d drop normalizeTypes() from DocBlockAnalyzer 2018-05-02 18:33:15 +02:00
Tomas Votruba
56347bf93c fix NamespaceAnalyzer for string and pop_up 2018-05-02 18:33:15 +02:00
Tomas Votruba
9ec553a18d rename 'renameNullable' to 'changeType' 2018-05-02 18:33:15 +02:00
Tomas Votruba
09a90d2519 fix format 2018-05-02 18:33:15 +02:00
Tomas Votruba
209f7f3297 DocBlockAnalyzer - remove param by name 2018-05-02 18:33:15 +02:00
Tomas Votruba
1b886d88f2 update DocBlockAnalyzerTest with empty doc 2018-05-02 18:33:15 +02:00
Tomas Votruba
f8a5fc7d55 make test run again 2018-05-02 18:33:15 +02:00
Tomas Votruba
3717f13ec1 separate different cases 2018-05-02 18:33:15 +02:00
Tomas Votruba
f8c279f48c cs fixes, remove unused property 2018-05-02 18:33:15 +02:00
Tomas Votruba
77564e1a58 cleanup dead code 2018-05-02 18:33:15 +02:00
Tomas Votruba
9bbcfc99cf migrate to BetterPhpDocParser #2 - replacing type 2018-05-02 18:33:15 +02:00
Tomas Votruba
85daa83ef8 fix empty doc block removal 2018-05-02 18:33:15 +02:00
Tomas Votruba
96a5b370c6 update empty doc render 2018-05-02 18:33:15 +02:00
Tomas Votruba
49c834f324 fix storing of empty DocBlock 2018-05-02 18:33:15 +02:00
Tomas Votruba
0e3bf4824e decopule external-services.yml from services.yml 2018-05-02 18:33:15 +02:00
Tomas Votruba
64730825ba remove AnnotationRemover, delegate to BetterPhpDocParser 2018-05-02 18:33:15 +02:00
Tomas Votruba
be5b1cc5f2 fix ExceptionAnnotationRector description 2018-05-02 18:33:15 +02:00