Explorar el Código

Fix ZipArchive::addEmptyDir stub

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
tags/v24.0.0rc1
Côme Chilliet hace 2 años
padre
commit
95e0723d0c
No account linked to committer's email address
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      build/stubs/zip.php

+ 2
- 2
build/stubs/zip.php Ver fichero

@@ -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
) {}

/**

Cargando…
Cancelar
Guardar