Fix ZipArchive::addEmptyDir stub

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/31929/head
Côme Chilliet 2 years ago
parent 139da41bd4
commit 95e0723d0c
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A

@ -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
) {}
/**

Loading…
Cancel
Save