aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/Entry.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Entity/Entry.php')
-rw-r--r--src/Wallabag/CoreBundle/Entity/Entry.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Wallabag/CoreBundle/Entity/Entry.php b/src/Wallabag/CoreBundle/Entity/Entry.php
index 304258a9..a4b0d7a8 100644
--- a/src/Wallabag/CoreBundle/Entity/Entry.php
+++ b/src/Wallabag/CoreBundle/Entity/Entry.php
@@ -97,7 +97,7 @@ class Entry
97 private $content; 97 private $content;
98 98
99 /** 99 /**
100 * @var date 100 * @var \DateTime
101 * 101 *
102 * @ORM\Column(name="created_at", type="datetime") 102 * @ORM\Column(name="created_at", type="datetime")
103 * 103 *
@@ -106,7 +106,7 @@ class Entry
106 private $createdAt; 106 private $createdAt;
107 107
108 /** 108 /**
109 * @var date 109 * @var \DateTime
110 * 110 *
111 * @ORM\Column(name="updated_at", type="datetime") 111 * @ORM\Column(name="updated_at", type="datetime")
112 * 112 *
@@ -413,7 +413,7 @@ class Entry
413 * Set created_at. 413 * Set created_at.
414 * Only used when importing data from an other service. 414 * Only used when importing data from an other service.
415 * 415 *
416 * @param DateTime $createdAt 416 * @param \DateTime $createdAt
417 * 417 *
418 * @return Entry 418 * @return Entry
419 */ 419 */
@@ -425,7 +425,7 @@ class Entry
425 } 425 }
426 426
427 /** 427 /**
428 * @return DateTime 428 * @return \DateTime
429 */ 429 */
430 public function getCreatedAt() 430 public function getCreatedAt()
431 { 431 {
@@ -433,7 +433,7 @@ class Entry
433 } 433 }
434 434
435 /** 435 /**
436 * @return DateTime 436 * @return \DateTime
437 */ 437 */
438 public function getUpdatedAt() 438 public function getUpdatedAt()
439 { 439 {