diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-03-11 04:11:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-11 04:11:43 +0000 |
commit | ac2c2ee8e5a0b32ee6cc6e260fab84b88eae9e6a (patch) | |
tree | 10b0b570d25be89ad4e6ad87ab4245e1d3928b4f /build | |
parent | 3840abcd5802b0ec0fe667b84ab3bdc3a2b1f35c (diff) | |
download | nextcloud-server-ac2c2ee8e5a0b32ee6cc6e260fab84b88eae9e6a.tar.gz nextcloud-server-ac2c2ee8e5a0b32ee6cc6e260fab84b88eae9e6a.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 15 |
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> |