We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae08caa commit cb1c085Copy full SHA for cb1c085
stubs/ext/zip/ZipArchive.php
@@ -62,7 +62,7 @@ public function addFile(string $filepath, string $entryname = "", int $start = 0
62
* @tentative-return-type
63
* @return bool
64
*/
65
- public function replaceFile(string $filepath, string $index, int $start = 0, int $length = 0, int $flags = 0)
+ public function replaceFile(string $filepath, int $index, int $start = 0, int $length = 0, int $flags = 0)
66
{
67
}
68
/**
0 commit comments