3200 Commits

Author SHA1 Message Date
Tomas Votruba
4b002502ba
Merge pull request #2986 from snapshotpl/typed-callable
Typed callable when mixed used
2020-04-14 12:47:54 +02:00
TomasVotruba
58337e5d0e [NodeNestingScope] Decopule new package 2020-04-14 10:52:20 +02:00
TomasVotruba
a7f5abe2f1 [DeadCode] Add RemoveUnusedAssignVariableRector 2020-04-14 10:45:04 +02:00
TomasVotruba
a7d34dfc8d cs fixes 2020-04-13 12:02:22 +02:00
TomasVotruba
d0b5971a77 remove nodes in post process in filesystem too 2020-04-10 12:48:42 +02:00
TomasVotruba
9adff0a459 set current rector on FileSystemFileProcessor 2020-04-10 12:22:28 +02:00
TomasVotruba
d654d07c13 fix PrivatizeLocalOnlyMethodRector for event subscriber methods 2020-04-08 16:19:53 +02:00
TomasVotruba
33e4a374d8 add RemoveAnnotationRegistryRegisterFileRector 2020-04-05 00:41:47 +02:00
TomasVotruba
6291b39ffa add github action check 2020-04-04 22:39:34 +02:00
TomasVotruba
d29c4ede57 Add DoctrineAnnotationParserSyncer 2020-04-04 22:01:47 +02:00
TomasVotruba
a8d87554ef add tag value node types tests 2020-04-03 15:00:55 +02:00
TomasVotruba
cd493d0b49 Complete SlugTagValueNode 2020-04-03 14:47:05 +02:00
TomasVotruba
7ca1279216 symplify PhpDocParser printer test 2020-04-03 13:24:44 +02:00
TomasVotruba
a3d48f6eaa fix missing host at @Route annotation 2020-04-03 01:01:50 +02:00
TomasVotruba
b3fde24ab1 [PHPUnit] Add AddProphecyTraitRector 2020-04-01 02:37:21 +02:00
TomasVotruba
5600cf8d4d move node adding to PostRector 2020-04-01 01:41:56 +02:00
TomasVotruba
18feee456e move node-replacing to PostRector 2020-03-31 20:31:19 +02:00
TomasVotruba
af3c92b3d5 move property adding to PostRector 2020-03-31 20:25:29 +02:00
TomasVotruba
38fbcb28e5 move name-importing to PostRector 2020-03-31 20:13:18 +02:00
TomasVotruba
629042eeb4 move NodeRemovingRector to collector 2020-03-31 19:34:56 +02:00
TomasVotruba
9a9f777513 [DeadCode] Add RemoveDeadRecursiveClassMethodRector 2020-03-31 15:17:42 +02:00
TomasVotruba
144f8cad12 apply rules 2020-03-29 19:09:04 +02:00
TomasVotruba
cbb50de280 [Privatization] Add PrivatizeLocalPropertyToPrivatePropertyRector 2020-03-29 19:07:26 +02:00
Tomas Votruba
773ac10f9c
Merge pull request #3094 from paslandau/add_parallel_execution
Add parallel execution to ci/run_all_sets
2020-03-29 15:00:56 +02:00
Pascal Landau
cc18c9a52a Add parallel execution to ci/run_all_sets 2020-03-29 14:45:54 +02:00
TomasVotruba
8b88afcc66 Fix @Route localized paths 2020-03-29 13:10:47 +02:00
TomasVotruba
058f1c7932 [Privatization] Add PrivatizeLocalGetterToPropertyRector 2020-03-29 03:58:00 +02:00
TomasVotruba
58034ac5fa decouple ClassMethodVisibilityVendorLockResolver 2020-03-29 00:58:12 +01:00
TomasVotruba
15945fc1bc move Legacy to rules 2020-03-29 00:58:12 +01:00
TomasVotruba
13d9e5665e cleanup 2020-03-29 00:35:40 +01:00
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