1
0
mirror of synced 2025-02-07 15:59:27 +03:00

Changed from "@var string" to "@var int" for the complete version of entities/User.php.

This commit is contained in:
Juti Noppornpitak 2012-01-26 11:29:32 -05:00
parent 9602e6785e
commit 3880ec6839

View File

@ -642,7 +642,7 @@ The last missing definition is that of the User entity:
{ {
/** /**
* @Id @GeneratedValue @Column(type="integer") * @Id @GeneratedValue @Column(type="integer")
* @var string * @var int
*/ */
protected $id; protected $id;