Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml11
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-&gt;getId()</code>
<code>$file-&gt;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-&gt;getThumbnail($file, $maxWidth, $maxHeight)</code>
- </NullableReturnStatement>
- </file>
<file src="lib/private/Preview/ProviderV1Adapter.php">
<InvalidReturnStatement occurrences="1">
<code>$thumbnail === false ? null: $thumbnail</code>