Fix issues in Doctrine entities newly found by PHPStan
[MAILPOET-3029]
This commit is contained in:
committed by
Veljko V
parent
54e3c52630
commit
6438081476
@@ -58,7 +58,7 @@ class ScheduledTaskEntity {
|
||||
private $processedAt;
|
||||
|
||||
/**
|
||||
* @ORM\Column(type="json")
|
||||
* @ORM\Column(type="json", nullable=true)
|
||||
* @var array|null
|
||||
*/
|
||||
private $meta;
|
||||
|
Reference in New Issue
Block a user