1
0
mirror of synced 2025-02-20 22:23:14 +03:00

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:
Guilherme Blanco 2012-01-26 08:57:28 -08:00
commit 3b9aac21c4

View File

@ -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;