diff options
author | Maxence Lange <maxence@artificial-owl.com> | 2023-09-05 11:42:48 -0100 |
---|---|---|
committer | Maxence Lange <maxence@artificial-owl.com> | 2023-09-20 08:23:45 -0100 |
commit | 8b9e7e235dd7711bba31441e9a8b09dc33f85d38 (patch) | |
tree | 3d0d2725d819cfc53c73d198681e8d00178d4a64 /build | |
parent | d5fc95b661d34899095dc53b363cdb35fa458565 (diff) | |
download | nextcloud-server-8b9e7e235dd7711bba31441e9a8b09dc33f85d38.tar.gz nextcloud-server-8b9e7e235dd7711bba31441e9a8b09dc33f85d38.zip |
ocm controller
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/files-checker.php | 1 | ||||
-rw-r--r-- | build/psalm-baseline.xml | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/build/files-checker.php b/build/files-checker.php index 0befaed968e..ceb3367485c 100644 --- a/build/files-checker.php +++ b/build/files-checker.php @@ -79,7 +79,6 @@ $expectedFiles = [ 'jest.config.ts', 'lib', 'occ', - 'ocm-provider', 'ocs', 'ocs-provider', 'package-lock.json', diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index b54f19b8ee3..b311f0fa830 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -43,6 +43,11 @@ <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> |