Skip to content

Commit

Permalink
[Php80 ] Revert test annotation (#221)
Browse files Browse the repository at this point in the history
* Revert "[Php80] Test for misplaced } on multiline in AnnotationToAttributeRector (#218)"

This reverts commit fc17cc9.

* Revert "[Php80] Test for misplaced , on multiline in AnnotationToAttributeRector (#219)"

This reverts commit fb8842d.
  • Loading branch information
samsonasik committed Jun 14, 2021
1 parent d7ac71d commit 6a90862
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 95 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@
new AnnotationToAttribute('Symfony\Component\Routing\Annotation\Route'),
new AnnotationToAttribute('Symfony\Component\Validator\Constraints\Choice'),

new AnnotationToAttribute('Doctrine\ORM\Mapping\Entity'),
new AnnotationToAttribute('Doctrine\ORM\Mapping\Table'),
new AnnotationToAttribute('Doctrine\ORM\Mapping\Id'),
new AnnotationToAttribute('Doctrine\ORM\Mapping\Column'),
new AnnotationToAttribute('Doctrine\ORM\Mapping\OrderBy'),
new AnnotationToAttribute('Doctrine\ORM\Mapping\OneToMany'),
new AnnotationToAttribute('ApiPlatform\Core\Annotation\ApiResource'),
]),
]]);
Expand Down

0 comments on commit 6a90862

Please sign in to comment.