Skip to content

Commit

Permalink
chore(tests): Update psalm baseline
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
nextcloud-command authored Aug 3, 2024
1 parent 86bcafd commit 1cc0e75
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions build/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2583,19 +2583,6 @@
<code><![CDATA[$this->collectionName]]></code>
</NullableReturnStatement>
</file>
<file src="lib/private/Search.php">
<RedundantCondition>
<code><![CDATA[$provider instanceof Provider]]></code>
</RedundantCondition>
</file>
<file src="lib/private/Search/Result/File.php">
<InvalidPropertyAssignmentValue>
<code><![CDATA[$data->getId()]]></code>
<code><![CDATA[$data->getMtime()]]></code>
<code><![CDATA[$data->getPermissions()]]></code>
<code><![CDATA[$this->hasPreview($data)]]></code>
</InvalidPropertyAssignmentValue>
</file>
<file src="lib/private/Security/Bruteforce/Throttler.php">
<NullArgument>
<code><![CDATA[null]]></code>
Expand Down

0 comments on commit 1cc0e75

Please sign in to comment.