From e0437775613f91faf0c08716c0ea4fdb91df6729 Mon Sep 17 00:00:00 2001 From: Matthieu Marcillaud Date: Tue, 15 Feb 2022 11:17:49 +0100 Subject: [PATCH] plus de meta sur emballer() --- src/SpipArchiver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SpipArchiver.php b/src/SpipArchiver.php index c70a413..ed34721 100644 --- a/src/SpipArchiver.php +++ b/src/SpipArchiver.php @@ -72,7 +72,7 @@ class SpipArchiver extends AbstractArchiver implements ArchiverInterface /** * {@inheritDoc} */ - public function emballer(array $chemins = [], ?string $racine = null, ?string $meta = null): bool { + public function emballer(array $chemins = [], ?string $racine = null): bool { $source = is_null($racine) ? ($this->trouverRacine($chemins) ?: '.') : $racine; if (!(is_dir($source) && is_readable($source))) {