From 4ff4434a220813e446efde4a38e48a0416476dba Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Thu, 30 Jan 2020 21:49:52 +0000 Subject: [PATCH] build/server-phar: mark metadata as mixed[] --- build/server-phar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/server-phar.php b/build/server-phar.php index de0abee97..fba479cd3 100644 --- a/build/server-phar.php +++ b/build/server-phar.php @@ -41,7 +41,7 @@ function preg_quote_array(array $strings, string $delim = null) : array{ * @param string $pharPath * @param string $basePath * @param string[] $includedPaths - * @param array $metadata + * @param mixed[] $metadata * @param string $stub * @param int $signatureAlgo * @param int|null $compression