Skip to content

Commit

Permalink
Merge pull request #48115 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
github-actions[bot] authored Sep 17, 2024
2 parents d76d971 + f6c2ae2 commit 6c7d79b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions build/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -996,9 +996,6 @@
</UndefinedInterfaceMethod>
</file>
<file src="apps/files_trashbin/lib/Trashbin.php">
<FalsableReturnStatement>
<code><![CDATA[false]]></code>
</FalsableReturnStatement>
<InvalidArgument>
<code><![CDATA[$timestamp]]></code>
</InvalidArgument>
Expand Down Expand Up @@ -2116,14 +2113,8 @@
<code><![CDATA[$this->copyFromStorage($sourceStorage, $sourceInternalPath . '/' . $file, $targetInternalPath . '/' . $file)]]></code>
</InvalidOperand>
<NoInterfaceProperties>
<code><![CDATA[$storage->cache]]></code>
<code><![CDATA[$storage->cache]]></code>
<code><![CDATA[$storage->propagator]]></code>
<code><![CDATA[$storage->propagator]]></code>
<code><![CDATA[$storage->scanner]]></code>
<code><![CDATA[$storage->scanner]]></code>
<code><![CDATA[$storage->updater]]></code>
<code><![CDATA[$storage->updater]]></code>
</NoInterfaceProperties>
</file>
<file src="lib/private/Files/Storage/DAV.php">
Expand Down Expand Up @@ -2923,11 +2914,6 @@
<code><![CDATA[\OC_App::getStorage($app)]]></code>
</FalsableReturnStatement>
</file>
<file src="lib/public/Files/Storage.php">
<InvalidParamDefault>
<code><![CDATA[array]]></code>
</InvalidParamDefault>
</file>
<file src="lib/public/L10N/ILanguageIterator.php">
<MissingTemplateParam>
<code><![CDATA[\Iterator]]></code>
Expand Down

0 comments on commit 6c7d79b

Please sign in to comment.