diff options
author | MichaIng <micha@dietpi.com> | 2022-03-20 19:32:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-20 19:32:17 +0100 |
commit | f5510c3d40fe5bf369413a1bcd6034f72773a334 (patch) | |
tree | bcb2d6b973ad4b84f3cbe6ac140d6796638c811d | |
parent | d0b3e7c4720a82e5f49f84bed91954f124513d4e (diff) | |
parent | 533d1905e16402341705cf93a4998252e081dc94 (diff) | |
download | nextcloud-server-f5510c3d40fe5bf369413a1bcd6034f72773a334.tar.gz nextcloud-server-f5510c3d40fe5bf369413a1bcd6034f72773a334.zip |
Merge pull request #31633 from nextcloud/automated/noid/psalm-baseline-update-1647749492
[Automated] Update psalm-baseline.xml
-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> |