diff options
author | Julius Härtl <jus@bitgrid.net> | 2023-03-02 23:23:57 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2023-03-08 14:00:04 +0100 |
commit | cb30c81010752e3ece1cb9bf44caddea23019094 (patch) | |
tree | 3556924838a1a1c9a3df165bf94ebf992d4e7bab /psalm.xml | |
parent | e23aa8883ec0dff03b973fb0bf690cb8482218cf (diff) | |
download | nextcloud-server-cb30c81010752e3ece1cb9bf44caddea23019094.tar.gz nextcloud-server-cb30c81010752e3ece1cb9bf44caddea23019094.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> |