Skip to content

Commit 4ed1f6a

Browse files
committed
[Commenting] Handle remove generated doctrine ORM comment
1 parent 5de5266 commit 4ed1f6a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?php
2+
3+
namespace Symplify\CodingStandard\Tests\Fixer\Commenting\RemoveUselessDefaultCommentFixer\Fixture;
4+
5+
/**
6+
* This class was generated by the Doctrine ORM. Add your own custom
7+
* repository methods below.
8+
*/
9+
class SomeClass1
10+
{
11+
}
12+
13+
?>
14+
-----
15+
<?php
16+
17+
namespace Symplify\CodingStandard\Tests\Fixer\Commenting\RemoveUselessDefaultCommentFixer\Fixture;
18+
19+
class SomeClass1
20+
{
21+
}
22+
23+
?>

0 commit comments

Comments
 (0)