summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornextcloud-command <nextcloud-command@users.noreply.github.com>2023-05-02 02:25:04 +0000
committerGitHub <noreply@github.com>2023-05-02 02:25:04 +0000
commit1eb62b7786ad8c93880cd52f17a9ee17d1133cdc (patch)
treec31ec1c769bd6af42907c4396eb7ebb370955823
parent193e0968138469f12d03cc1bf94a0894c394208e (diff)
downloadnextcloud-server-1eb62b7786ad8c93880cd52f17a9ee17d1133cdc.tar.gz
nextcloud-server-1eb62b7786ad8c93880cd52f17a9ee17d1133cdc.zip
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
-rw-r--r--build/psalm-baseline.xml29
1 files changed, 0 insertions, 29 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 88720fa5b0c..05d05aff1b1 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -573,33 +573,13 @@
<code>dispatch</code>
</TooManyArguments>
</file>
- <file src="apps/dav/lib/SystemTag/SystemTagsByIdCollection.php">
- <InvalidNullableReturnType occurrences="1">
- <code>int</code>
- </InvalidNullableReturnType>
- <NullableReturnStatement occurrences="1">
- <code>null</code>
- </NullableReturnStatement>
- </file>
<file src="apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php">
- <InvalidNullableReturnType occurrences="1">
- <code>int</code>
- </InvalidNullableReturnType>
- <NullableReturnStatement occurrences="1">
- <code>null</code>
- </NullableReturnStatement>
<ParamNameMismatch occurrences="2">
<code>$tagId</code>
<code>$tagName</code>
</ParamNameMismatch>
</file>
<file src="apps/dav/lib/SystemTag/SystemTagsObjectTypeCollection.php">
- <InvalidNullableReturnType occurrences="1">
- <code>int</code>
- </InvalidNullableReturnType>
- <NullableReturnStatement occurrences="1">
- <code>null</code>
- </NullableReturnStatement>
<ParamNameMismatch occurrences="1">
<code>$objectName</code>
</ParamNameMismatch>
@@ -2934,20 +2914,11 @@
</UndefinedInterfaceMethod>
</file>
<file src="lib/private/SystemTag/SystemTagManager.php">
- <FalsableReturnStatement occurrences="3">
- <code>false</code>
- <code>false</code>
- <code>false</code>
- </FalsableReturnStatement>
<InvalidArgument occurrences="3">
<code>ManagerEvent::EVENT_CREATE</code>
<code>ManagerEvent::EVENT_DELETE</code>
<code>ManagerEvent::EVENT_UPDATE</code>
</InvalidArgument>
- <InvalidReturnType occurrences="2">
- <code>bool</code>
- <code>bool</code>
- </InvalidReturnType>
<TooManyArguments occurrences="3">
<code>dispatch</code>
<code>dispatch</code>