mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 23:08:08 +08:00
Bugfix: Creation of dynamic property SnappyMail\Stream\ZipEntry::$compression is deprecated
This commit is contained in:
parent
b05e4f609c
commit
d75f64904f
1 changed files with 1 additions and 0 deletions
|
@ -291,6 +291,7 @@ class ZipEntry
|
|||
$name,
|
||||
$time,
|
||||
$flags = 0,
|
||||
$compression,
|
||||
$crc32 = self::NO_CRC32;
|
||||
|
||||
function __construct(string $name, int $time, string $compression)
|
||||
|
|
Loading…
Reference in a new issue