diff options
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r-- | build/psalm-baseline.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 69aef643562..033d8aac2a8 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -3487,10 +3487,6 @@ <MoreSpecificImplementedParamType occurrences="1"> <code>$node</code> </MoreSpecificImplementedParamType> - <UndefinedInterfaceMethod occurrences="2"> - <code>getSourceStorage</code> - <code>getUnJailedPath</code> - </UndefinedInterfaceMethod> <UndefinedThisPropertyAssignment occurrences="1"> <code>$this->exists</code> </UndefinedThisPropertyAssignment> @@ -4393,13 +4389,6 @@ <code>$this->request->server</code> </NoInterfaceProperties> </file> - <file src="lib/private/Security/Certificate.php"> - <ImplementedReturnTypeMismatch occurrences="3"> - <code>string|null</code> - <code>string|null</code> - <code>string|null</code> - </ImplementedReturnTypeMismatch> - </file> <file src="lib/private/Security/CredentialsManager.php"> <InvalidReturnStatement occurrences="2"> <code>$qb->execute()</code> |