Skip to content

Commit

Permalink
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-pr-bot committed Sep 2, 2020
1 parent d1ea6e0 commit 97b0905
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1355,11 +1355,8 @@
</InvalidReturnType>
</file>
<file src="apps/files/lib/Controller/DirectEditingController.php">
<InvalidArgument occurrences="4">
<InvalidArgument occurrences="1">
<code>$templateId</code>
<code>'Failed to create file: ' . $e-&gt;getMessage()</code>
<code>'Failed to open file: ' . $e-&gt;getMessage()</code>
<code>'Failed to obtain template list: ' . $e-&gt;getMessage()</code>
</InvalidArgument>
<UndefinedInterfaceMethod occurrences="2">
<code>open</code>
Expand Down Expand Up @@ -1910,7 +1907,7 @@
</InvalidReturnType>
</file>
<file src="apps/files_sharing/lib/SharedStorage.php">
<FalsableReturnStatement occurrences="6">
<FalsableReturnStatement occurrences="5">
<code>$this-&gt;sourceRootInfo</code>
<code>false</code>
<code>false</code>
Expand Down

0 comments on commit 97b0905

Please sign in to comment.