mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 11:31:05 +00:00
Set the right variable type
This commit is contained in:
parent
53da8ad844
commit
c3f7a2ca70
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ class User extends BaseUser implements TwoFactorInterface, TrustedComputerInterf
|
|||
protected $email;
|
||||
|
||||
/**
|
||||
* @var date
|
||||
* @var \DateTime
|
||||
*
|
||||
* @ORM\Column(name="created_at", type="datetime")
|
||||
*
|
||||
|
@ -73,7 +73,7 @@ class User extends BaseUser implements TwoFactorInterface, TrustedComputerInterf
|
|||
protected $createdAt;
|
||||
|
||||
/**
|
||||
* @var date
|
||||
* @var \DateTime
|
||||
*
|
||||
* @ORM\Column(name="updated_at", type="datetime")
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue