1
0
mirror of synced 2025-03-14 00:26:08 +03:00

Remove unnecessary annotation from test

This commit is contained in:
Luís Cobucci 2017-07-22 22:41:07 +02:00
parent eba8fec1fb
commit 6bf9f6f72f
No known key found for this signature in database
GPG Key ID: EC61C5F01750ED3C

View File

@ -84,7 +84,6 @@ final class GH5804Type extends Type
/**
* @Entity
* @Table(name="gh5804_articles")
*/
class GH5804Article
{
@ -95,6 +94,7 @@ class GH5804Article
* @CustomIdGenerator(class=\Doctrine\Tests\ORM\Functional\Ticket\GH5804Generator::class)
*/
public $id;
/**
* @Version
* @Column(type="integer")