diff options
author | Alexander Piskun <bigcat88@icloud.com> | 2023-09-06 16:53:53 +0300 |
---|---|---|
committer | Alexander Piskun <bigcat88@icloud.com> | 2023-09-06 16:53:53 +0300 |
commit | 01a11641f4b885a19d0cefdc2d9850854b3d47b0 (patch) | |
tree | 14460623c00411af3fb60fcda25523857ef3fbfa /psalm.xml | |
parent | 8ac768c584cced998b66f9e8de6112b521455001 (diff) | |
download | nextcloud-server-01a11641f4b885a19d0cefdc2d9850854b3d47b0.tar.gz nextcloud-server-01a11641f4b885a19d0cefdc2d9850854b3d47b0.zip |
new name of AppEcosystem is AppAPI
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Diffstat (limited to 'psalm.xml')
-rw-r--r-- | psalm.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/psalm.xml b/psalm.xml index cb7409489a8..f0198ee745e 100644 --- a/psalm.xml +++ b/psalm.xml @@ -81,7 +81,7 @@ <file name="build/stubs/zip.php"/> <file name="build/stubs/psr_container.php"/> <file name="3rdparty/sabre/uri/lib/functions.php" /> - <file name="build/stubs/app_ecosystem_v2.php" /> + <file name="build/stubs/app_api.php" /> </stubs> <issueHandlers> <LessSpecificReturnStatement errorLevel="error"/> |