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>2022-03-11 07:11:43 +0300
committerGitHub <noreply@github.com>2022-03-11 07:11:43 +0300
commitac2c2ee8e5a0b32ee6cc6e260fab84b88eae9e6a (patch)
tree10b0b570d25be89ad4e6ad87ab4245e1d3928b4f /build
parent3840abcd5802b0ec0fe667b84ab3bdc3a2b1f35c (diff)
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 44a113f1238..24ba57f3d92 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -2030,15 +2030,6 @@
</InvalidScalarArgument>
</file>
<file src="apps/user_ldap/lib/Mapping/AbstractMapping.php">
- <InvalidOperand occurrences="1">
- <code>$isUnmapped</code>
- </InvalidOperand>
- <InvalidReturnStatement occurrences="1">
- <code>$result</code>
- </InvalidReturnStatement>
- <InvalidReturnType occurrences="1">
- <code>bool</code>
- </InvalidReturnType>
<RedundantCondition occurrences="1">
<code>isset($qb)</code>
</RedundantCondition>
@@ -3806,12 +3797,6 @@
<code>isAdmin</code>
</UndefinedInterfaceMethod>
</file>
- <file src="lib/private/Group/MetaData.php">
- <InvalidPropertyAssignmentValue occurrences="2">
- <code>$sortMode</code>
- <code>self::SORT_NONE</code>
- </InvalidPropertyAssignmentValue>
- </file>
<file src="lib/private/Http/Client/Response.php">
<InvalidNullableReturnType occurrences="1">
<code>string|resource</code>