diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-04-12 11:10:04 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-04-12 11:10:04 +0200 |
commit | 139da41bd4d1a796f92a3f1749768b4766dad4e8 (patch) | |
tree | b6c24da54bb4fb55f6405505390f00199e6d5cb2 /psalm.xml | |
parent | f5004e8f0c75b5aa8c8f603f9d62e371f121f1c2 (diff) | |
download | nextcloud-server-139da41bd4d1a796f92a3f1749768b4766dad4e8.tar.gz nextcloud-server-139da41bd4d1a796f92a3f1749768b4766dad4e8.zip |
Add stubs for ZipArchive
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'psalm.xml')
-rw-r--r-- | psalm.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/psalm.xml b/psalm.xml index 9b3ea044435..d9fad733c25 100644 --- a/psalm.xml +++ b/psalm.xml @@ -77,6 +77,7 @@ <file name="build/stubs/xsl.php"/> <file name="build/stubs/ftp.php"/> <file name="build/stubs/pcntl.php"/> + <file name="build/stubs/zip.php"/> </stubs> <issueHandlers> <UndefinedClass> |