Fix errors discovered by doctrine-phpstan

[MAILPOET-2945]
This commit is contained in:
Jan Jakeš
2020-05-26 15:25:37 +02:00
committed by Veljko V
parent f8d1439b31
commit fb238cd531
17 changed files with 32 additions and 53 deletions

View File

@ -42,13 +42,13 @@ class SendingQueueEntity {
private $newsletterRenderedBody;
/**
* @ORM\Column(type="string")
* @ORM\Column(type="string", nullable=true)
* @var string|null
*/
private $newsletterRenderedSubject;
/**
* @ORM\Column(type="text")
* @ORM\Column(type="text", nullable=true)
* @var string|null
*/
private $subscribers;