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>
|
||||
</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 && $userSession->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…
Reference in New Issue