diff options
author | Alexander Piskun <bigcat88@icloud.com> | 2023-09-06 16:53:53 +0300 |
---|---|---|
committer | backportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com> | 2023-09-07 05:32:20 +0000 |
commit | 89cca0cd7ce6a9b668e1c901e5704c140c9ee803 (patch) | |
tree | bb9f3405fb410178401129e728909b066b864b8b /psalm.xml | |
parent | bb74c5dfb0d01f49dab4e163d53c89ad583dffc9 (diff) | |
download | nextcloud-server-89cca0cd7ce6a9b668e1c901e5704c140c9ee803.tar.gz nextcloud-server-89cca0cd7ce6a9b668e1c901e5704c140c9ee803.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 52eb9841aec..573879adaa8 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> <UndefinedClass> |