Merge pull request #76 from shiroyuki/patch-1
Changed from "@var string" to "@var int" for the complete version of ent...
This commit is contained in:
commit
3b9aac21c4
@ -642,7 +642,7 @@ The last missing definition is that of the User entity:
|
||||
{
|
||||
/**
|
||||
* @Id @GeneratedValue @Column(type="integer")
|
||||
* @var string
|
||||
* @var int
|
||||
*/
|
||||
protected $id;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user