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:
authornextcloud-command <nextcloud-command@users.noreply.github.com>2022-03-20 07:11:32 +0300
committerGitHub <noreply@github.com>2022-03-20 07:11:32 +0300
commit533d1905e16402341705cf93a4998252e081dc94 (patch)
treebcb2d6b973ad4b84f3cbe6ac140d6796638c811d /build
parentd0b3e7c4720a82e5f49f84bed91954f124513d4e (diff)
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
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>