diff options
author | Daniel Rudolf <github.com@daniel-rudolf.de> | 2021-08-14 13:08:46 +0200 |
---|---|---|
committer | Daniel Rudolf <github.com@daniel-rudolf.de> | 2021-08-14 13:08:46 +0200 |
commit | 1684fd0b6f9a79641f4558ad33c30b185d5d0bd0 (patch) | |
tree | f85f528f5ae266fe89d17fcbcde21b40fa589917 /build | |
parent | a1d6189dfa11e006a130bdd1c35200c1ef21c501 (diff) | |
download | nextcloud-server-1684fd0b6f9a79641f4558ad33c30b185d5d0bd0.tar.gz nextcloud-server-1684fd0b6f9a79641f4558ad33c30b185d5d0bd0.zip |
Update Psalm baseline
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline-ocp.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/psalm-baseline-ocp.xml b/build/psalm-baseline-ocp.xml index 3306f76e2ce..6f6aa5b85e3 100644 --- a/build/psalm-baseline-ocp.xml +++ b/build/psalm-baseline-ocp.xml @@ -50,6 +50,11 @@ <code>array</code> </InvalidReturnType> </file> + <file src="lib/public/AppFramework/Http/RedirectToDefaultAppResponse.php"> + <UndefinedClass occurrences="1"> + <code>\OC</code> + </UndefinedClass> + </file> <file src="lib/public/AppFramework/Http/Response.php"> <UndefinedClass occurrences="2"> <code>\OC</code> |