Browse Source

Merge pull request #27019 from nextcloud-pr-bot/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml
pull/27025/head
Roeland Jago Douma 5 years ago
committed by GitHub
parent
commit
c1f244f608
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      build/psalm-baseline.xml

11
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-&gt;exists</code>
</UndefinedThisPropertyAssignment>
@ -4393,13 +4389,6 @@
<code>$this-&gt;request-&gt;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-&gt;execute()</code>

Loading…
Cancel
Save