diff options
-rw-r--r-- | build/psalm-baseline.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 3ee7c97930b..cf04860f44d 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -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> |