mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Bugfix: PHP 7 issue with typed ?array
This commit is contained in:
parent
e4b1950dbe
commit
a313664b64
1 changed files with 3 additions and 4 deletions
|
|
@ -71,10 +71,9 @@ class Message implements \JsonSerializable
|
||||||
$UnsubsribeLinks = [],
|
$UnsubsribeLinks = [],
|
||||||
$aThreads = [];
|
$aThreads = [];
|
||||||
|
|
||||||
private ?array
|
private ?array $DraftInfo = null;
|
||||||
$DraftInfo = null,
|
private ?array $pgpSigned = null;
|
||||||
$pgpSigned = null,
|
private ?array $pgpEncrypted = null;
|
||||||
$pgpEncrypted = null;
|
|
||||||
|
|
||||||
private ?\MailSo\Mime\EmailCollection
|
private ?\MailSo\Mime\EmailCollection
|
||||||
$oFrom = null,
|
$oFrom = null,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue