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
path: root/build
diff options
context:
space:
mode:
authornextcloud-command <nextcloud-command@users.noreply.github.com>2021-10-08 07:11:14 +0300
committerGitHub <noreply@github.com>2021-10-08 07:11:14 +0300
commit27ac2f461aeeb98d5a794e65a2e78b7c3accf3e6 (patch)
tree6012e1ecfac3231fdd1fa3c0bc5662316fd49b9c /build
parent0e31e72aec2d0bfa61028d6d6cb6e5a30af389cf (diff)
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 78f9d8d869e..0da1c8fc179 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -3822,14 +3822,6 @@
<code>$this-&gt;e-&gt;getCode()</code>
</InvalidScalarArgument>
</file>
- <file src="lib/private/Files/Storage/Flysystem.php">
- <ParamNameMismatch occurrences="4">
- <code>$source</code>
- <code>$source</code>
- <code>$target</code>
- <code>$target</code>
- </ParamNameMismatch>
- </file>
<file src="lib/private/Files/Storage/Local.php">
<ImplicitToStringCast occurrences="1">
<code>$file</code>
@@ -4466,9 +4458,6 @@
<NullableReturnStatement occurrences="1">
<code>$this-&gt;collectionName</code>
</NullableReturnStatement>
- <RedundantCondition occurrences="1">
- <code>$file !== false</code>
- </RedundantCondition>
</file>
<file src="lib/private/Search.php">
<RedundantCondition occurrences="1">
@@ -5035,18 +5024,12 @@
<InvalidPropertyAssignmentValue occurrences="1">
<code>$resource</code>
</InvalidPropertyAssignmentValue>
- <InvalidReturnType occurrences="1">
- <code>bool</code>
- </InvalidReturnType>
<InvalidScalarArgument occurrences="4">
<code>$this-&gt;bitDepth</code>
<code>$x</code>
<code>$y</code>
<code>90</code>
</InvalidScalarArgument>
- <MismatchingDocblockReturnType occurrences="1">
- <code>bool</code>
- </MismatchingDocblockReturnType>
<RedundantCondition occurrences="1">
<code>$isWritable</code>
</RedundantCondition>