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.