Fix issues in Doctrine entities newly found by PHPStan

[MAILPOET-3029]
This commit is contained in:
Rostislav Wolny
2020-11-05 09:42:05 +01:00
committed by Veljko V
parent 54e3c52630
commit 6438081476
5 changed files with 7 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ class ScheduledTaskEntity {
private $processedAt;
/**
* @ORM\Column(type="json")
* @ORM\Column(type="json", nullable=true)
* @var array|null
*/
private $meta;