Changed from "@var string" to "@var int" for the complete version of entities/User.php.
This commit is contained in:
parent
9602e6785e
commit
3880ec6839
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