mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
chore(tests): Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
d76d971e55
commit
f6c2ae298b
1 changed files with 0 additions and 14 deletions
|
|
@ -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>
|
||||
|
|
@ -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">
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue