3341 Commits

Author SHA1 Message Date
TomasVotruba
cd061a48d1 fix json highlight 2020-06-16 18:13:37 +02:00
TomasVotruba
bede7b4971 add highlight 2020-06-16 17:52:39 +02:00
TomasVotruba
1464237f19 add code highlight to dumper markdown content 2020-06-16 16:27:04 +02:00
TomasVotruba
b5f0129c84 complete missing code samples 2020-06-16 16:20:17 +02:00
TomasVotruba
749c608bad add TagValueNodeConfigurationFactoryTest 2020-06-16 13:50:34 +02:00
TomasVotruba
9922ba600b make Rector description required for dumping documentation 2020-06-16 13:47:57 +02:00
TomasVotruba
2a81febb81 decouple more responsibility to TagValueNodeConfiguration 2020-06-16 13:22:01 +02:00
TomasVotruba
ba8fb649a4 add isSilentKeyAndImplicit() 2020-06-16 11:55:59 +02:00
TomasVotruba
0af401c91a decouple ArrayPartPhpDocTagPrinterTrait 2020-06-16 11:37:43 +02:00
TomasVotruba
cde3eda53c fix quoting of value in phpdocp 2020-06-16 10:06:37 +02:00
TomasVotruba
1777d3a444 decouple replaceColonWithEqualInSymfonyAndDoctrine() 2020-06-16 10:04:11 +02:00
Tomas Votruba
5664b58aee
Merge pull request #3426 from bitgandtter/master 2020-06-16 10:01:42 +02:00
TomasVotruba
b4c88a04a7 remove spaces after quote, as convention 2020-06-15 16:19:55 +02:00
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