mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Fix ZipArchive::addEmptyDir stub
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
139da41bd4
commit
95e0723d0c
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue