]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Set the right variable type
authorJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 1 Jun 2017 07:30:20 +0000 (09:30 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 1 Jun 2017 07:30:20 +0000 (09:30 +0200)
src/Wallabag/UserBundle/Entity/User.php

index 1ff3046a8c798a226e5964d8ebdde28b170a3040..6cc962b8c36339e8f0dc944546227ae890421e44 100644 (file)
@@ -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")
      *