Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-04-12 15:01:13 +0300
committerCarl Schwan <carl@carlschwan.eu>2022-05-05 23:03:59 +0300
commit829490ab7a02579c6b31573c3f53428e86cbf2e0 (patch)
tree1f644d168039ea1875398234419ace13f49dac5f /build
parent0690646d09430ce363b07bc2cd59283e303314eb (diff)
Cleanup dav
- Remove unused class AppEnabledPlugin - Add more type hinting when possible Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 4f4e18e1f90..d3d497e7e3c 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -583,11 +583,6 @@
<code>bool</code>
</InvalidNullableReturnType>
</file>
- <file src="apps/dav/lib/Connector/Sabre/AppEnabledPlugin.php">
- <InvalidReturnType occurrences="1">
- <code>bool</code>
- </InvalidReturnType>
- </file>
<file src="apps/dav/lib/Connector/Sabre/BearerAuth.php">
<UndefinedInterfaceMethod occurrences="1">
<code>tryTokenLogin</code>