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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue