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>
This commit is contained in:
parent
886466d510
commit
69bbbc32a1
|
@ -1080,6 +1080,11 @@
|
||||||
<code>\Sabre\Uri\split($this->principalInfo['uri'])</code>
|
<code>\Sabre\Uri\split($this->principalInfo['uri'])</code>
|
||||||
</UndefinedFunction>
|
</UndefinedFunction>
|
||||||
</file>
|
</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">
|
<file src="apps/encryption/lib/Crypto/Crypt.php">
|
||||||
<RedundantCondition occurrences="1">
|
<RedundantCondition occurrences="1">
|
||||||
<code>$userSession && $userSession->isLoggedIn()</code>
|
<code>$userSession && $userSession->isLoggedIn()</code>
|
||||||
|
@ -4849,6 +4854,9 @@
|
||||||
</InvalidReturnType>
|
</InvalidReturnType>
|
||||||
</file>
|
</file>
|
||||||
<file src="lib/private/Files/Stream/Encryption.php">
|
<file src="lib/private/Files/Stream/Encryption.php">
|
||||||
|
<InvalidScalarArgument occurrences="1">
|
||||||
|
<code>$position</code>
|
||||||
|
</InvalidScalarArgument>
|
||||||
<UndefinedInterfaceMethod occurrences="1">
|
<UndefinedInterfaceMethod occurrences="1">
|
||||||
<code>$cacheEntry</code>
|
<code>$cacheEntry</code>
|
||||||
</UndefinedInterfaceMethod>
|
</UndefinedInterfaceMethod>
|
||||||
|
|
Loading…
Reference in New Issue