mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-25 07:16:21 +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,
|
$name,
|
||||||
$time,
|
$time,
|
||||||
$flags = 0,
|
$flags = 0,
|
||||||
|
$compression,
|
||||||
$crc32 = self::NO_CRC32;
|
$crc32 = self::NO_CRC32;
|
||||||
|
|
||||||
function __construct(string $name, int $time, string $compression)
|
function __construct(string $name, int $time, string $compression)
|
||||||
|
|
Loading…
Reference in a new issue