3370 Commits

Author SHA1 Message Date
TomasVotruba
73a64248ac Fix single-line doc end 2020-04-23 19:57:39 +02:00
atompulse
8a36e3bf5b https://github.com/rectorphp/rector/issues/3223 - Should not call getLocalizedPaths if method doesnt exists. 2020-04-23 11:57:51 +03:00
TomasVotruba
6022b2a271 add test case for #3212 2020-04-22 22:01:42 +02:00
TomasVotruba
198854a9b9 fix entity tests paths 2020-04-22 22:01:42 +02:00
TomasVotruba
138aa07a73 reorganize phpdoc reprint test 2020-04-22 15:28:24 +02:00
TomasVotruba
9cc661177d add TagValueToPhpParserNodeMap 2020-04-22 12:52:30 +02:00
TomasVotruba
bb7f52b9f6 improve SlugTagValueNode 2020-04-22 12:40:30 +02:00
TomasVotruba
fe88c95bde improve GeneratedValueTagValueNode 2020-04-22 12:37:34 +02:00
TomasVotruba
a5c8afa805 add generic quote support for tag value nodes 2020-04-22 12:25:22 +02:00
TomasVotruba
c4dee7782f various fixes 2020-04-20 15:40:09 +02:00
TomasVotruba
1ecd30818a remove unused print method 2020-04-20 09:45:15 +02:00
TomasVotruba
5f4a2c1e3b Add changed files caching 2020-04-20 01:54:17 +02:00
TomasVotruba
0939387553 use getProperty() 2020-04-19 23:27:37 +02:00
TomasVotruba
538a5ac95e use FileInfo in Parser 2020-04-19 23:22:07 +02:00
TomasVotruba
192c4464ec various improvements 2020-04-19 23:17:01 +02:00
TomasVotruba
99da24ba2c improve constant quoting in name @Route 2020-04-18 23:29:09 +02:00
TomasVotruba
307ed64754 more generic spacing 2020-04-18 23:16:51 +02:00
TomasVotruba
3d90c9661e spacing 2020-04-18 23:15:15 +02:00
TomasVotruba
bafd954de4 add condition test for @Route 2020-04-18 22:55:16 +02:00
TomasVotruba
9d28884f99 Type and Choice fixes 2020-04-16 15:01:31 +02:00
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