summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/zip/php_zip.stub.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/php_zip.stub.php b/ext/zip/php_zip.stub.php
index 988aeef1ff..451372110a 100644
--- a/ext/zip/php_zip.stub.php
+++ b/ext/zip/php_zip.stub.php
@@ -79,7 +79,7 @@ class ZipArchive
public function addFromString(string $name, string $content) {}
/** @return bool */
- public function addFile(string $filepath, string $entryname = UNBEKANNT, int $start = 0, int $length = 0) {}
+ public function addFile(string $filepath, string $entryname = UNKNOWN, int $start = 0, int $length = 0) {}
/** @return array|false */
public function addGlob(string $pattern, int $flags = 0, $options = UNKNOWN) {}