diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-03-20 04:11:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-20 04:11:32 +0000 |
commit | 533d1905e16402341705cf93a4998252e081dc94 (patch) | |
tree | bcb2d6b973ad4b84f3cbe6ac140d6796638c811d /build | |
parent | d0b3e7c4720a82e5f49f84bed91954f124513d4e (diff) | |
download | nextcloud-server-533d1905e16402341705cf93a4998252e081dc94.tar.gz nextcloud-server-533d1905e16402341705cf93a4998252e081dc94.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 751b74e3263..e721a490e6d 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -3924,9 +3924,6 @@ <code>$maxPreviewImage</code> <code>IPreview::EVENT</code> </InvalidArgument> - <InvalidNullableReturnType occurrences="1"> - <code>ISimpleFile</code> - </InvalidNullableReturnType> <InvalidScalarArgument occurrences="2"> <code>$file->getId()</code> <code>$file->getId()</code> @@ -3950,14 +3947,6 @@ <code>width</code> </UndefinedInterfaceMethod> </file> - <file src="lib/private/Preview/GeneratorHelper.php"> - <InvalidNullableReturnType occurrences="1"> - <code>bool|IImage</code> - </InvalidNullableReturnType> - <NullableReturnStatement occurrences="1"> - <code>$provider->getThumbnail($file, $maxWidth, $maxHeight)</code> - </NullableReturnStatement> - </file> <file src="lib/private/Preview/ProviderV1Adapter.php"> <InvalidReturnStatement occurrences="1"> <code>$thumbnail === false ? null: $thumbnail</code> |