Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/stubs/zip.php4
1 files changed, 2 insertions, 2 deletions
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 <b>TRUE</b> on success or <b>FALSE</b> on failure.
*/
public function addEmptyDir(
- $dirname,
- $flags
+ string $dirname,
+ int $flags = 0
) {}
/**