diff options
author | Nextcloud-PR-Bot <nextcloud-pr-bot@users.noreply.github.com> | 2021-05-19 04:12:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-19 04:12:09 +0000 |
commit | 42d3dcb1479ef825de3ed8456b6581ef5a5c3ab2 (patch) | |
tree | be6f6ed410edc0d6f08095509ad40c2329a97116 /build | |
parent | c7238e79be1c783b03efcd3e844591e396796933 (diff) | |
download | nextcloud-server-42d3dcb1479ef825de3ed8456b6581ef5a5c3ab2.tar.gz nextcloud-server-42d3dcb1479ef825de3ed8456b6581ef5a5c3ab2.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-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> |