diff options
author | Maxence Lange <maxence@artificial-owl.com> | 2023-09-19 21:49:19 -0100 |
---|---|---|
committer | Maxence Lange <maxence@artificial-owl.com> | 2023-09-20 08:23:45 -0100 |
commit | b5dcd048ae85cfe8d7fb22663f1955efbdca7921 (patch) | |
tree | 0aba878eec4ee9222e4de538f229be908535cd3c /build | |
parent | c6c06d517cfe80f1a75c7eff2b66fb9cefea86d9 (diff) | |
download | nextcloud-server-b5dcd048ae85cfe8d7fb22663f1955efbdca7921.tar.gz nextcloud-server-b5dcd048ae85cfe8d7fb22663f1955efbdca7921.zip |
small fixes
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index b311f0fa830..b54f19b8ee3 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -43,11 +43,6 @@ <code>IEventListener</code> </MissingTemplateParam> </file> - <file src="apps/cloud_federation_api/lib/Capabilities.php"> - <LessSpecificImplementedReturnType> - <code>array</code> - </LessSpecificImplementedReturnType> - </file> <file src="apps/comments/lib/Listener/CommentsEntityEventListener.php"> <MissingTemplateParam> <code>IEventListener</code> |