diff options
author | Julius Härtl <jus@bitgrid.net> | 2023-03-02 23:23:57 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-03-09 15:31:17 +0100 |
commit | 609badf6a2e2c2f9d2f110d842afbf1846387826 (patch) | |
tree | 00c9ac232bc37f66512797c86e4ad97c6899d9e7 /psalm.xml | |
parent | 2664036b57cf807180376d3365e614b9d90f292f (diff) | |
download | nextcloud-server-609badf6a2e2c2f9d2f110d842afbf1846387826.tar.gz nextcloud-server-609badf6a2e2c2f9d2f110d842afbf1846387826.zip |
chore(psalm): Make psalm aware of sabre/uri
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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 dac8635b5be..009c59c7857 100644 --- a/psalm.xml +++ b/psalm.xml @@ -77,6 +77,7 @@ <file name="build/stubs/ftp.php"/> <file name="build/stubs/pcntl.php"/> <file name="build/stubs/zip.php"/> + <file name="3rdparty/sabre/uri/lib/functions.php" /> </stubs> <issueHandlers> <UndefinedClass> |