diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2023-04-03 09:52:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-03 09:52:25 +0200 |
commit | cac31061c75e5a0f7123022d44ed19becbb8413d (patch) | |
tree | 86095c8d69836ad9b4d9e07f496a77a152a99b5d /psalm.xml | |
parent | b5da85df3a83da23d13437d13486ceabc738fc24 (diff) | |
parent | a0e3b3b8299c322dc595118df4359dcd8500ff52 (diff) | |
download | nextcloud-server-cac31061c75e5a0f7123022d44ed19becbb8413d.tar.gz nextcloud-server-cac31061c75e5a0f7123022d44ed19becbb8413d.zip |
Merge pull request #37503 from nextcloud/fix/composer-psalm-threads
Use all available threads for running psalm from composer
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> |