From 95e0723d0cd8eb03975aff5b8c37d75b6d2604b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Tue, 12 Apr 2022 11:18:04 +0200 Subject: Fix ZipArchive::addEmptyDir stub MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- build/stubs/zip.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build') diff --git a/build/stubs/zip.php b/build/stubs/zip.php index b0dc3ba3ae2..10590aeed50 100644 --- a/build/stubs/zip.php +++ b/build/stubs/zip.php @@ -732,8 +732,8 @@ class ZipArchive implements Countable * @return bool TRUE on success or FALSE on failure. */ public function addEmptyDir( - $dirname, - $flags + string $dirname, + int $flags = 0 ) {} /** -- cgit v1.2.3