diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-10-13 08:20:10 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-10-13 17:55:37 +0200 |
commit | 081e9ac47f591c3bea2bb0b8f98938757e8d71c7 (patch) | |
tree | 803a9060fb0aae940b194d27b64a62245f4c8423 /build/psalm-baseline.xml | |
parent | a70f283734ab0611589221bb3f9188e9fce24327 (diff) | |
download | nextcloud-server-081e9ac47f591c3bea2bb0b8f98938757e8d71c7.tar.gz nextcloud-server-081e9ac47f591c3bea2bb0b8f98938757e8d71c7.zip |
Use own psalm instead of a global one
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r-- | build/psalm-baseline.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 0f347785f3b..e01a544b397 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -4610,14 +4610,6 @@ <code>true</code> </InvalidReturnType> </file> - <file src="lib/private/Files/Stream/Encryption.php"> - <InvalidScalarArgument occurrences="1"> - <code>$position</code> - </InvalidScalarArgument> - <UndefinedInterfaceMethod occurrences="1"> - <code>$cacheEntry</code> - </UndefinedInterfaceMethod> - </file> <file src="lib/private/Files/Stream/SeekableHttpStream.php"> <FalsableReturnStatement occurrences="3"> <code>false</code> @@ -5680,7 +5672,6 @@ </UndefinedDocblockClass> </file> <file src="lib/private/legacy/OC_Files.php"> - <EmptyArrayAccess occurrences="2"/> <InvalidArgument occurrences="3"> <code>$fileInfos</code> <code>[$fileInfo]</code> |