3370 Commits

Author SHA1 Message Date
TomasVotruba
626287ec76 apply privatization 2020-03-29 00:06:05 +01:00
TomasVotruba
442e2abac5 [TypeDeclaratoin] Add class method param type resolving by property 2020-03-28 16:16:04 +01:00
TomasVotruba
8338004d4e test = 2020-03-27 22:53:40 +01:00
TomasVotruba
c00b8d4b75 fix bracket mallform in annotations 2020-03-27 22:51:44 +01:00
Den Girnyk
30c337e82c
Fix 'auto_import_names' tests fixtures path 2020-03-27 14:47:52 +02:00
Tomas Votruba
47c8666088
Merge pull request #2836 from Great-Antique/2753_fix_auto_import_names
WIP: #2753 Fix Auto Import Names
2020-03-26 22:27:57 +01:00
Tomas Votruba
df9f2e471c
Fix Route separating key (#3069) 2020-03-26 00:03:28 +01:00
Tomas Votruba
6cd9aa70cc
Fix multiple annotation reading of same type at class method (#3065) 2020-03-25 18:38:02 +01:00
TomasVotruba
6a0551f004 [DeadCode] Add RemoveUnusedFunctionRector 2020-03-25 12:50:51 +01:00
TomasVotruba
35ef3a0217 [PHP 7.4] Add id tag support + remove default array on collection 2020-03-24 22:49:41 +01:00
TomasVotruba
aa9588f261 [PHP 7.4] Improve TypedProeprtyRector for Doctrine collection 2020-03-24 21:41:19 +01:00
TomasVotruba
85883c1e01 fix content resolving 2020-03-24 02:32:10 +01:00
TomasVotruba
dcb4fe0562 improve GneratedValueTagValueNode 2020-03-24 00:17:40 +01:00
TomasVotruba
868fe4e7be Fix assert choice tag value node with class constant reference 2020-03-23 20:25:06 +01:00
TomasVotruba
eb88378488 improve chain method call resolutuin 2020-03-23 17:33:04 +01:00
TomasVotruba
0c3359e217 add variable to method call traverser 2020-03-23 17:16:10 +01:00
TomasVotruba
38766ca800 make file path clickable 2020-03-21 12:20:04 +01:00
TomasVotruba
d6aadd4ea3 add CurrentRectorProvider 2020-03-19 14:15:08 +01:00
TomasVotruba
ddf8de2e17 move AffectedFilesCollector to ChangesReporting 2020-03-19 13:56:38 +01:00
TomasVotruba
3b57181603 add NotifyingNodeRemover 2020-03-19 13:56:38 +01:00
TomasVotruba
97f5ff545c decouple ChangesReporting package 2020-03-19 13:55:54 +01:00
TomasVotruba
1b5c8582e4 fix asterisk indent 2020-03-18 16:33:12 +01:00
TomasVotruba
1182074418 fix no-space change reprint in case of dual comment 2020-03-18 16:07:53 +01:00
TomasVotruba
15283616a4 add current file info provide to file system file processor 2020-03-09 17:53:16 +01:00
TomasVotruba
48cb0b9ec8 remove comments only in case of change to original node 2020-03-05 00:43:04 +01:00
TomasVotruba
6fd021e2cd remove comments 2020-03-04 23:30:41 +01:00
TomasVotruba
1b937ec0e0 fix method annotation 2020-03-04 23:22:29 +01:00
TomasVotruba
58113c74f3 wontfix test case 2020-03-03 17:19:35 +01:00
TomasVotruba
c55c2e2c2a fix multiline with one space 2020-03-03 13:27:59 +01:00
TomasVotruba
aa05b2b001 fix method union doc node 2020-03-03 10:25:10 +01:00
TomasVotruba
9c92126265 fix spacing of data provider 2020-03-03 10:18:54 +01:00
TomasVotruba
8d8245fd14 add space between name and value 2020-03-03 09:47:27 +01:00
TomasVotruba
96b6a5c899 cleanup dump 2020-03-02 23:58:44 +01:00
TomasVotruba
b8ccd71b3a improve param array type for change type 2020-03-02 23:44:10 +01:00
Witold Wasiczko
1fab75eb04
Typed callable when mixed used 2020-03-02 23:20:49 +01:00
TomasVotruba
91f2f26a7b fix union param 2020-03-02 18:51:06 +01:00
TomasVotruba
03714a4caa improve array shape double collon spacing 2020-03-02 18:21:44 +01:00
TomasVotruba
a8fa941193 Fix PhpDocInfoPrinter slash removal 2020-03-02 17:25:15 +01:00
TomasVotruba
f2864d9746 fix spacing for array shape item 2020-03-01 10:42:05 +01:00
TomasVotruba
96ebef4c2e fix array shape type 2020-03-01 01:43:35 +01:00
TomasVotruba
5aab2cec96 improve NodeTypeResolver complexity 2020-03-01 01:22:10 +01:00
TomasVotruba
903483bf96 decouple ClassInsertManipulator 2020-02-29 22:10:06 +01:00
TomasVotruba
d5b5e94508 add format preserving to union type node 2020-02-29 21:02:31 +01:00
TomasVotruba
da02d1a46e add docContent to resolve original doc format 2020-02-29 20:04:30 +01:00
TomasVotruba
aaec6aef4c keep original format of union type 2020-02-29 19:25:11 +01:00
TomasVotruba
24833bb00e decouple hasDescription() method 2020-02-29 15:43:38 +01:00
TomasVotruba
05edec05c6 fix extra space in phpdoc 2020-02-29 13:22:02 +01:00
TomasVotruba
13dff989c9 cleanup extra space in doc print 2020-02-29 02:01:58 +01:00
Tomas Votruba
3125cc38c8
Merge pull request #2943 from fsok/failing_test_2939
add failing test case for #2939
2020-02-29 01:42:57 +01:00
TomasVotruba
4c35675cca fix return dim array fetch 2020-02-29 01:12:08 +01:00