Skip to content

Commit

Permalink
Merge pull request #37980 from nextcloud/automated/noid/master-update…
Browse files Browse the repository at this point in the history
…-psalm-baseline

[master] Update psalm-baseline.xml
  • Loading branch information
come-nc committed May 2, 2023
2 parents 08e1bcd + 1eb62b7 commit e8112ed
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions build/psalm-baseline.xml
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit e8112ed

Please sign in to comment.