Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(tests): Update psalm baseline
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
nextcloud-command authored Aug 3, 2024
commit 1cc0e753fabe0dbbc44b6c0de6569b52417bc01e
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