aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCôme Chilliet <91878298+come-nc@users.noreply.github.com>2023-05-02 11:44:19 +0200
committerGitHub <noreply@github.com>2023-05-02 11:44:19 +0200
commite8112eda76cb26aa64b22ecd231ce66c19906e32 (patch)
tree42c8d1d7297207491ca37c9aa3b8f242c687094c
parent08e1bcd2c969bb85c12af8b0286eb8e93b2adbb5 (diff)
parent1eb62b7786ad8c93880cd52f17a9ee17d1133cdc (diff)
downloadnextcloud-server-e8112eda76cb26aa64b22ecd231ce66c19906e32.tar.gz
nextcloud-server-e8112eda76cb26aa64b22ecd231ce66c19906e32.zip
Merge pull request #37980 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
-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>