Skip to content

Commit 8f0123a

Browse files
authored
Merge pull request #1804 from acidjames/patch-1
minor: Typehint fix in Entity annotation
2 parents a450a8d + c0ce1fe commit 8f0123a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Gedmo/Loggable/Entity/MappedSuperclass/AbstractLogEntry.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ abstract class AbstractLogEntry
2828
protected $action;
2929

3030
/**
31-
* @var string $loggedAt
31+
* @var \DateTime $loggedAt
3232
*
3333
* @ORM\Column(name="logged_at", type="datetime")
3434
*/
@@ -56,7 +56,7 @@ abstract class AbstractLogEntry
5656
protected $version;
5757

5858
/**
59-
* @var string $data
59+
* @var array $data
6060
*
6161
* @ORM\Column(type="array", nullable=true)
6262
*/

0 commit comments

Comments
 (0)