We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a450a8d + c0ce1fe commit 8f0123aCopy full SHA for 8f0123a
lib/Gedmo/Loggable/Entity/MappedSuperclass/AbstractLogEntry.php
@@ -28,7 +28,7 @@ abstract class AbstractLogEntry
28
protected $action;
29
30
/**
31
- * @var string $loggedAt
+ * @var \DateTime $loggedAt
32
*
33
* @ORM\Column(name="logged_at", type="datetime")
34
*/
@@ -56,7 +56,7 @@ abstract class AbstractLogEntry
56
protected $version;
57
58
59
- * @var string $data
+ * @var array $data
60
61
* @ORM\Column(type="array", nullable=true)
62
0 commit comments