Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornextcloud-command <nextcloud-command@users.noreply.github.com>2021-12-07 07:11:59 +0300
committerGitHub <noreply@github.com>2021-12-07 07:11:59 +0300
commit7bcb2e3aefea0210a620840a95a3a2385ca967b0 (patch)
treeb5b701851aac5d9507a0ed99c2b6713a521c4f5f /build/psalm-baseline.xml
parente7fb7115faf94ecd5d5780892c432f439b682a4c (diff)
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build/psalm-baseline.xml')
-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>