Преглед изворни кода

Fix ZipArchive::addEmptyDir stub

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
tags/v24.0.0rc1
Côme Chilliet пре 2 година
родитељ
комит
95e0723d0c
No account linked to committer's email address
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2
    2
      build/stubs/zip.php

+ 2
- 2
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
) {}

/**

Loading…
Откажи
Сачувај