Skip to content

Commit 1da4b40

Browse files
authored
Merge pull request #1040 from soyuka/fix-author
Move @author to the correct file
2 parents 350d050 + 989790c commit 1da4b40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Fixtures/TestBundle/Entity/UpperCaseIdentifierDummy.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
/**
1818
* UpperCaseIdentifier dummy.
1919
*
20+
* @author Exploit.cz <[email protected]>
21+
*
2022
* @ApiResource
2123
* @ORM\Entity
2224
*/

tests/Fixtures/TestBundle/Entity/UuidIdentifierDummy.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
/**
1818
* Custom identifier dummy.
1919
*
20-
* @author Exploit.cz <[email protected]>
21-
*
2220
* @ApiResource
2321
* @ORM\Entity
2422
*/

0 commit comments

Comments
 (0)