From 4523c6120d8fcbbc3ce6b282af138e37f2fa7904 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 12 Jul 2017 14:51:19 +0200 Subject: [PATCH] Update ArchiveInterface.php --- Utils/IO/Zip/ArchiveInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils/IO/Zip/ArchiveInterface.php b/Utils/IO/Zip/ArchiveInterface.php index ebfdc544a..ac4edbc05 100644 --- a/Utils/IO/Zip/ArchiveInterface.php +++ b/Utils/IO/Zip/ArchiveInterface.php @@ -40,7 +40,7 @@ interface ArchiveInterface * @since 1.0.0 * @author Dennis Eichhorn */ - public static function pack(array $sources, string $destination, bool $overwrite = true) : bool + public static function pack($sources, string $destination, bool $overwrite = true) : bool /** * Unpack archive.