diff options
author | jld3103 <jld3103yt@gmail.com> | 2023-03-24 12:54:30 +0100 |
---|---|---|
committer | jld3103 <jld3103yt@gmail.com> | 2023-03-31 08:27:50 +0200 |
commit | 4d390b5f5486c7198d973413ef5f1acc6ac9fc3c (patch) | |
tree | c9bfe17c5e4b167ad487230a92b9e2fd23eb79c8 /psalm.xml | |
parent | 9f1eacd67ead8e385e32c829458edf9172bff8d2 (diff) | |
download | nextcloud-server-4d390b5f5486c7198d973413ef5f1acc6ac9fc3c.tar.gz nextcloud-server-4d390b5f5486c7198d973413ef5f1acc6ac9fc3c.zip |
Add stubs for Psr\Container to allow running psalm with multiple threads
Signed-off-by: jld3103 <jld3103yt@gmail.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 009c59c7857..7ddce05c549 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="build/stubs/psr_container.php"/> <file name="3rdparty/sabre/uri/lib/functions.php" /> </stubs> <issueHandlers> |