3378 Commits

Author SHA1 Message Date
TomasVotruba
9135bff8eb add brackets in case of array of callables in php doc 2020-06-15 16:19:01 +02:00
TomasVotruba
508954fc74 add test case for array/callable 2020-06-15 16:11:34 +02:00
TomasVotruba
9335397123 add NullableTypeMapper 2020-06-15 15:16:05 +02:00
TomasVotruba
26b00c7b13 fix of/as 2020-06-15 12:25:37 +02:00
TomasVotruba
4132d9d885 add test case for as/of template tag 2020-06-15 12:25:37 +02:00
TomasVotruba
abb11dcdcf relocate slug under Gedmo namespace 2020-06-15 12:08:42 +02:00
TomasVotruba
710a23ccea update phpstan 2020-06-15 11:00:25 +02:00
TomasVotruba
0f0fc8e8b8 remove replaceNode() method 2020-06-13 12:52:53 +02:00
TomasVotruba
630d17494b make property protected if used by child 2020-06-10 01:23:00 +02:00
TomasVotruba
6fab6b166e make param name constistent 2020-06-09 14:15:19 +02:00
TomasVotruba
77dfc368d1 make sure pre-slashed is handled in prefixed 2020-06-09 11:59:41 +02:00
TomasVotruba
f39acbafb2 use private for local constant 2020-06-08 19:15:15 +02:00
TomasVotruba
1b746e72c3 add TableTagValueNode to standardized printing group 2020-06-08 17:43:51 +02:00
TomasVotruba
3a03f66ae9 add @ORM\Table constant name test 2020-06-08 17:37:11 +02:00
TomasVotruba
fa5319bf74 add sensio tag to one with = instead of : 2020-06-08 17:16:16 +02:00
TomasVotruba
e35b506fd0 fix method call name 2020-06-08 17:01:11 +02:00
TomasVotruba
f115fd6da6 Add support for rename of @property 2020-06-08 10:57:30 +02:00
TomasVotruba
2f8473a88d fix typo 2020-06-08 01:45:52 +02:00
Ondrej Mirtes
03d4f0d5b1
Type doesn't have to be serialized in order to be hashed 2020-06-08 00:13:38 +02:00
TomasVotruba
b98d937ffb fix child blocked property type 2020-06-07 17:08:11 +02:00
TomasVotruba
64215c43e6 [PHP 7.4] Prevent already used property name 2020-06-07 01:18:09 +02:00
TomasVotruba
53e9cc6c06 [PHP 7.4] Prevent child typed property override by abstract 2020-06-07 00:18:49 +02:00
TomasVotruba
212cbd209e [PHP 7.4] Add conflicting short import typed property fix 2020-06-06 18:20:00 +02:00
TomasVotruba
72c627e1f9 [Sensio] Add RemoveServiceFromSensioRouteRector 2020-06-06 16:07:51 +02:00
TomasVotruba
420fdef26f [Sensio] Add @route migration to Symfony 2020-06-06 15:07:44 +02:00
TomasVotruba
234b3ea8f5 add support for single array item magic in tag value nodes 2020-06-06 13:41:16 +02:00
TomasVotruba
7e348b4de1 add single magic array support for @Method 2020-06-06 13:19:52 +02:00
TomasVotruba
a7769f59a9 fix @Template twig print 2020-06-06 11:30:34 +02:00
TomasVotruba
070d6d87ab add @Template failing test case for constant-alike-template reference 2020-06-06 11:25:28 +02:00
TomasVotruba
7ef2aecda9 remove preslashing, not needed after scoper fix 2020-06-05 13:02:06 +02:00
TomasVotruba
21e81102ea drop unneded is comment 2020-06-05 00:17:31 +02:00
TomasVotruba
af88ce43da add fix for preslah of entity class 2020-06-04 16:44:26 +02:00
TomasVotruba
9e46cab0d5 use string for classes in doc node factory 2020-06-04 16:22:11 +02:00
TomasVotruba
8f6731932e use string for classes in doc node factory 2020-06-04 16:22:11 +02:00
TomasVotruba
79b37670ba use string for classes in doc node factory 2020-06-04 15:20:55 +02:00
TomasVotruba
56e2449918 [PHP 8.0] Add TokenGetAllToObjectRector 2020-06-02 18:12:19 +02:00
Ondrej Mirtes
67cd31faa1
Future-proof ScopeFactory 2020-05-31 14:19:28 +02:00
TomasVotruba
7272c0f3d7 refactor to EventAndListenerTree 2020-05-30 14:53:06 +02:00
TomasVotruba
af0358998b fix static to explicit type 2020-05-29 11:38:32 +02:00
TomasVotruba
9e4558e97d add RemovedAndAddedFilesTrait, improve EventClassNaming 2020-05-29 11:31:31 +02:00
TomasVotruba
02a01e2cb4 spaces 2020-05-26 20:46:04 +02:00
Yasmany Cubela Medina
7c86b77b03
correcting class name 2020-05-26 11:54:18 -05:00
Yasmany Cubela Medina
e2754e9a04
change the property visibility 2020-05-26 11:49:07 -05:00
Yasmany Cubela Medina
27c26cde57
Merge branch 'master' of github.com:bitgandtter/rector 2020-05-26 11:44:05 -05:00
Yasmany Cubela Medina
306281ad97
introducing fixture for choises with ceros 2020-05-26 11:43:44 -05:00
TomasVotruba
0a255f7758 refactor finish extension to event subscriber 2020-05-26 14:59:45 +02:00
TomasVotruba
21f67be9c3 refactor reporting runner to event subscriber 2020-05-26 14:45:32 +02:00
Tomas Votruba
ebb8e882fb
Merge pull request #3422 from rectorphp/report 2020-05-26 14:40:13 +02:00
TomasVotruba
093f425c4d decouple reporting package 2020-05-26 14:36:11 +02:00
TomasVotruba
13814e0321 decopule Extension package 2020-05-26 14:09:42 +02:00