Changed from "@var string" to "@var int" for the complete version of entities/User.php.
This commit is contained in:
parent
9602e6785e
commit
3880ec6839
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user