2291 Commits

Author SHA1 Message Date
Tomas Votruba
d727b0181e [Doctrine] Add ChangeIdenticalUuidToEqualsMethodCallRector 2019-09-21 19:44:34 +02:00
Tomas Votruba
8993b6bc14 [Doctrine] Add ChangeReturnTypeOfClassMethodWithGetIdRector 2019-09-21 17:41:40 +02:00
Tomas Votruba
fabbfacd1a [Doctrine] Add GetUuidMethodCall to GetId 2019-09-21 16:27:10 +02:00
Tomas Votruba
ca8cfe10ba add constant reference case 2019-09-21 13:30:03 +02:00
Tomas Votruba
d6d48ea44b make ShouldNotHappenException smarter 2019-09-21 13:30:03 +02:00
Tomas Votruba
8e93626e32 [Doctrine] Add ChangeSetIdToUuidValueRector 2019-09-21 12:46:01 +02:00
Tomas Votruba
6c35b3af43 [Doctrine] init step 2 uuid 2019-09-20 10:14:49 +02:00
Tomas Votruba
0a20938c72 add CustomIdGenerator 2019-09-19 20:02:00 +02:00
Tomas Votruba
d15a1b955e cover name at JoinColumn removal 2019-09-19 19:39:08 +02:00
Tomáš Votruba
e17dcbe1da
Merge pull request #2001 from rectorphp/seria-type
add changeName/getName to serializer
2019-09-19 18:23:05 +02:00
Tomas Votruba
0adff2c8b2 add getName() 2019-09-19 18:22:37 +02:00
Tomas Votruba
27a0e96ce0 add changeName to serializer 2019-09-19 18:20:57 +02:00
Tomáš Votruba
3b211b57a2
add isInDoctrineEntityClass() method (#2000)
add isInDoctrineEntityClass() method
2019-09-19 18:17:06 +02:00
Tomas Votruba
a49bac510e add isInDoctrineEntityClass() method 2019-09-19 18:11:40 +02:00
Tomas Votruba
24e3d85f9d make column tag value node changeable 2019-09-19 17:47:15 +02:00
Tomas Votruba
1fbdd45d09 make decoratePropertyWithUuidAnnotations public 2019-09-19 17:36:25 +02:00
Tomas Votruba
3f6fddee71 make DocBlockManipulator protected in AbstractRector + add ColumnGenerator annotatoin parsing 2019-09-19 17:30:31 +02:00
Tomas Votruba
407c3dc7b3 add UseImportsRemover 2019-09-19 11:25:47 +02:00
Tomas Votruba
3846725313 moving SymfonyRoute tag to tag value node 2019-09-19 11:21:01 +02:00
Tomas Votruba
69cb7ade6c fix spacing for printed nested orm annotations 2019-09-19 10:15:41 +02:00
Tomas Votruba
71e41297d7 fix doctrine spacing of annotatoins 2019-09-19 10:15:40 +02:00
Tomas Votruba
47e9f836ba fix miss-space in complex printer doc blocks 2019-09-19 00:58:01 +02:00
Tomas Votruba
e98965d982 decouple TableTagValueNodeFactory + add IndexTagValueNode 2019-09-18 13:59:59 +02:00
Tomas Votruba
cd257c9849 Fix NodeAnnotationReader for traits 2019-09-18 12:56:52 +02:00
Tomas Votruba
ac9dd58d09 add PhpDocInfo caching 2019-09-18 12:22:12 +02:00
Tomas Votruba
cb96820dca fix cs 2019-09-18 12:16:31 +02:00
Tomas Votruba
683f33a526 [Doctrine] Add AlwaysInitializeUuidInEntityRector 2019-09-18 09:23:18 +02:00
Tomas Votruba
ca7d0cba15 use PHP highlight for herenow doc 2019-09-18 09:14:06 +02:00
Tomas Votruba
93d3a46a13 move class to SymfonyClass 2019-09-18 08:11:48 +02:00
Tomas Votruba
050b0219dc de-fluent 2019-09-18 08:07:45 +02:00
Tomas Votruba
bb05fe2514 improve annotation content joins 2019-09-17 21:58:33 +02:00
Tomas Votruba
5acb03fd77 add discimap + soft deletable support 2019-09-17 21:42:16 +02:00
Tomas Votruba
c6565674c7 improve join table patterns 2019-09-17 21:28:58 +02:00
Tomas Votruba
4480ce1195 make extensible 2019-09-17 21:01:43 +02:00
Tomas Votruba
dabc9121cc fix multi constaints 2019-09-17 16:36:29 +02:00
Tomas Votruba
fa00c8dbea fix flags 2019-09-17 15:59:26 +02:00
Tomas Votruba
e88024b270 fix nullable 2019-09-17 15:58:01 +02:00
Tomas Votruba
3cc59cf364 nullable fix 2019-09-17 15:46:24 +02:00
Tomas Votruba
939f1dbbe0 multiline php doc parsing fix 2019-09-17 15:39:40 +02:00
Tomas Votruba
87458fa45a regex improvements 2019-09-17 13:40:34 +02:00
Tomas Votruba
2e5ddcbc54 improve InlineValidationRulesToArrayDefinitionRector 2019-09-17 13:34:18 +02:00
Tomas Votruba
37de04efac add many to test to MultilineTest 2019-09-17 13:21:41 +02:00
Tomas Votruba
07708261d2 fix cs 2019-09-17 13:21:29 +02:00
Tomáš Votruba
2b00402bd7
Merge pull request #1914 from sashabeton/inline-validation-rules-to-array-definition-rector
Create rector for transforming Laravel validation rules to a prettier format
2019-09-17 11:28:24 +02:00
Tomas Votruba
e8991f0ae8 fix miss format on single line element 2019-09-17 11:17:59 +02:00
Tomas Votruba
41c0c110a3 improve single info multiline doc, drop NodeDecorator 2019-09-17 11:17:59 +02:00
sashabeton
5f93c58bcc Add some cases in fixture 2019-09-17 11:14:42 +03:00
sashabeton
274f58301d Create stub for FormRequest 2019-09-16 15:29:08 +03:00
sashabeton
0d24f71e1a Fix phpstan error 2019-09-16 14:43:01 +03:00
sashabeton
eb1ba48ad9 Create fixes after pulling changes 2019-09-16 14:39:38 +03:00