diff options
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> |