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 Jul 12, 2024
1 parent cf050a6 commit 2d8b649
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions build/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1232,11 +1232,6 @@
<code><![CDATA[string]]></code>
</InvalidReturnType>
</file>
<file src="apps/workflowengine/lib/Check/FileSystemTags.php">
<UndefinedDocblockClass>
<code><![CDATA[$this->storage]]></code>
</UndefinedDocblockClass>
</file>
<file src="apps/workflowengine/lib/Check/RequestRemoteAddress.php">
<InvalidArgument>
<code><![CDATA[$decodedValue[1]]]></code>
Expand Down Expand Up @@ -2367,10 +2362,6 @@
<code><![CDATA[false]]></code>
<code><![CDATA[false]]></code>
</InvalidArgument>
<InvalidArrayOffset>
<code><![CDATA[$app['path']]]></code>
<code><![CDATA[$app['path']]]></code>
</InvalidArrayOffset>
<NullArgument>
<code><![CDATA[null]]></code>
</NullArgument>
Expand Down Expand Up @@ -2906,10 +2897,6 @@
<InvalidArgument>
<code><![CDATA[$groupsList]]></code>
</InvalidArgument>
<InvalidArrayOffset>
<code><![CDATA[$dir['path']]]></code>
<code><![CDATA[$dir['url']]]></code>
</InvalidArrayOffset>
<NullArgument>
<code><![CDATA[null]]></code>
</NullArgument>
Expand All @@ -2918,11 +2905,6 @@
<code><![CDATA[$appId === null]]></code>
</TypeDoesNotContainNull>
</file>
<file src="lib/private/legacy/OC_FileChunking.php">
<UndefinedDocblockClass>
<code><![CDATA[\OC\InsufficientStorageException]]></code>
</UndefinedDocblockClass>
</file>
<file src="lib/private/legacy/OC_Files.php">
<RedundantCondition>
<code><![CDATA[$getType === self::ZIP_DIR]]></code>
Expand Down

0 comments on commit 2d8b649

Please sign in to comment.