Fix ZipArchive::addEmptyDir stub

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2022-04-12 11:18:04 +02:00
parent 139da41bd4
commit 95e0723d0c
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A

View file

@ -732,8 +732,8 @@ class ZipArchive implements Countable
* @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
*/
public function addEmptyDir(
$dirname,
$flags
string $dirname,
int $flags = 0
) {}
/**