From: Jeremy Benoist Date: Thu, 1 Jun 2017 07:30:20 +0000 (+0200) Subject: Set the right variable type X-Git-Tag: 2.3.0~31^2~76^2~2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=c3f7a2ca707dbd43a8798cb3fcefe01333305d8b;p=github%2Fwallabag%2Fwallabag.git Set the right variable type --- diff --git a/src/Wallabag/UserBundle/Entity/User.php b/src/Wallabag/UserBundle/Entity/User.php index 1ff3046a..6cc962b8 100644 --- a/src/Wallabag/UserBundle/Entity/User.php +++ b/src/Wallabag/UserBundle/Entity/User.php @@ -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") *