summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/php_zip.stub.php')
-rw-r--r--ext/zip/php_zip.stub.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/zip/php_zip.stub.php b/ext/zip/php_zip.stub.php
index 5ae4731ae2..ff7b9d99fb 100644
--- a/ext/zip/php_zip.stub.php
+++ b/ext/zip/php_zip.stub.php
@@ -66,6 +66,9 @@ function zip_entry_compressionmethod($zip_entry): string|false {}
class ZipArchive
{
+ /** @var string|null */
+ public $name;
+
/** @return bool|int */
public function open(string $filename, int $flags = 0) {}