Browse Source

Fix ZipArchive::addEmptyDir stub

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
tags/v24.0.0rc1
Côme Chilliet 2 years ago
parent
commit
95e0723d0c
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      build/stubs/zip.php

+ 2
- 2
build/stubs/zip.php 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
) {}

/**

Loading…
Cancel
Save