Skip to content

Commit cb1c085

Browse files
committed
Update stubs
1 parent ae08caa commit cb1c085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/ext/zip/ZipArchive.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function addFile(string $filepath, string $entryname = "", int $start = 0
6262
* @tentative-return-type
6363
* @return bool
6464
*/
65-
public function replaceFile(string $filepath, string $index, int $start = 0, int $length = 0, int $flags = 0)
65+
public function replaceFile(string $filepath, int $index, int $start = 0, int $length = 0, int $flags = 0)
6666
{
6767
}
6868
/**

0 commit comments

Comments
 (0)