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-ocp.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-ocp.xml')
-rw-r--r-- | psalm-ocp.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/psalm-ocp.xml b/psalm-ocp.xml index f117afc550f..76a42131512 100644 --- a/psalm-ocp.xml +++ b/psalm-ocp.xml @@ -20,6 +20,7 @@ <stubs> <file name="build/stubs/gd.php"/> <file name="build/stubs/ldap.php"/> + <file name="build/stubs/psr_container.php"/> </stubs> <extraFiles> <directory name="3rdparty"/> |