Extend psalm baseline to ignore errors for now

One is a false positive - see https://github.com/vimeo/psalm/pull/4032

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
pull/22332/head
Morris Jobke 4 years ago
parent 886466d510
commit 69bbbc32a1
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68

@ -1080,6 +1080,11 @@
<code>\Sabre\Uri\split($this-&gt;principalInfo['uri'])</code>
</UndefinedFunction>
</file>
<file src="apps/encryption/lib/Command/ScanLegacyFormat.php">
<RedundantCondition occurrences="1">
<code>$result</code>
</RedundantCondition>
</file>
<file src="apps/encryption/lib/Crypto/Crypt.php">
<RedundantCondition occurrences="1">
<code>$userSession &amp;&amp; $userSession-&gt;isLoggedIn()</code>
@ -4849,6 +4854,9 @@
</InvalidReturnType>
</file>
<file src="lib/private/Files/Stream/Encryption.php">
<InvalidScalarArgument occurrences="1">
<code>$position</code>
</InvalidScalarArgument>
<UndefinedInterfaceMethod occurrences="1">
<code>$cacheEntry</code>
</UndefinedInterfaceMethod>

Loading…
Cancel
Save