aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-12-07 09:41:19 +0100
committerGitHub <noreply@github.com>2021-12-07 09:41:19 +0100
commitfeb20080e8624923a4c5c94131f9263148fb66f6 (patch)
tree9989dd02fd5f016755407be08a964e296e566a15
parent4ed46b77163d8c2abfd4793138c5c557fbdc6157 (diff)
parent7bcb2e3aefea0210a620840a95a3a2385ca967b0 (diff)
downloadnextcloud-server-feb20080e8624923a4c5c94131f9263148fb66f6.tar.gz
nextcloud-server-feb20080e8624923a4c5c94131f9263148fb66f6.zip
Merge pull request #30122 from nextcloud/automated/noid/psalm-baseline-update-1638850319
-rw-r--r--build/psalm-baseline.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index e8167c12fee..757c5cd115f 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -4887,11 +4887,6 @@
</RedundantCondition>
</file>
<file src="lib/private/legacy/OC_Image.php">
- <FalsableReturnStatement occurrences="3">
- <code>$this-&gt;resource</code>
- <code>$this-&gt;valid() ? imagesx($this-&gt;resource) : -1</code>
- <code>$this-&gt;valid() ? imagesy($this-&gt;resource) : -1</code>
- </FalsableReturnStatement>
<ImplementedReturnTypeMismatch occurrences="1">
<code>null|string</code>
</ImplementedReturnTypeMismatch>
@@ -4899,9 +4894,6 @@
<code>$data[floor($p)]</code>
<code>$data[floor($p)]</code>
</InvalidArrayOffset>
- <InvalidPropertyAssignmentValue occurrences="1">
- <code>$resource</code>
- </InvalidPropertyAssignmentValue>
<InvalidScalarArgument occurrences="4">
<code>$this-&gt;bitDepth</code>
<code>$x</code>