Skip to content

Commit ecb1e31

Browse files
committed
Fix default value
1 parent 3c16606 commit ecb1e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zip/php_zip.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function addEmptyDir(string $dirname) {}
7979
public function addFromString(string $name, string $content) {}
8080

8181
/** @return bool */
82-
public function addFile(string $filepath, string $entryname = UNBEKANNT, int $start = 0, int $length = 0) {}
82+
public function addFile(string $filepath, string $entryname = UNKNOWN, int $start = 0, int $length = 0) {}
8383

8484
/** @return array|false */
8585
public function addGlob(string $pattern, int $flags = 0, $options = UNKNOWN) {}

0 commit comments

Comments
 (0)