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-PR-Bot <nextcloud-pr-bot@users.noreply.github.com>2021-02-14 07:31:01 +0300
committerGitHub <noreply@github.com>2021-02-14 07:31:01 +0300
commitabaa0739233085fbf0678bf04d0b726fc17a96fc (patch)
tree4f26742e5321192dfe346f87e6ca688155d4c60b /build
parent65cd62e87540ab9e89469de1d9ec729d7f64543d (diff)
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index f7337a0d59c..c3de82e144b 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -2514,9 +2514,6 @@
<code>$this-&gt;manager-&gt;isUserScopeEnabled() ? 'workflow' : null</code>
</NullableReturnStatement>
</file>
- <file src="core/Command/App/CheckCode.php">
- <InvalidScalarArgument occurrences="1"/>
- </file>
<file src="core/Command/App/GetPath.php">
<ImplementedReturnTypeMismatch occurrences="1">
<code>null|int</code>
@@ -2830,17 +2827,6 @@
<code>fetch</code>
</TooManyArguments>
</file>
- <file src="lib/private/App/CodeChecker/MigrationSchemaChecker.php">
- <InvalidPropertyAssignmentValue occurrences="2">
- <code>$this-&gt;tableVariableNames</code>
- <code>$this-&gt;tableVariableNames</code>
- </InvalidPropertyAssignmentValue>
- </file>
- <file src="lib/private/App/CodeChecker/NodeVisitor.php">
- <ImplicitToStringCast occurrences="1">
- <code>$node-&gt;alias</code>
- </ImplicitToStringCast>
- </file>
<file src="lib/private/App/DependencyAnalyzer.php">
<InvalidNullableReturnType occurrences="1">
<code>bool</code>