diff options
author | Maxence Lange <maxence@artificial-owl.com> | 2024-01-04 21:36:03 -0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2024-01-05 11:50:51 +0100 |
commit | 4367a5e6330e3baca6c38cdeae73d93c15ed1e6c (patch) | |
tree | b9d974b43b61ef1fcf3cf70bedb24df4098440d2 /build | |
parent | 7c3936b6f8f9b2c2b2c1cf7e917c885b58ef9d72 (diff) | |
download | nextcloud-server-4367a5e6330e3baca6c38cdeae73d93c15ed1e6c.tar.gz nextcloud-server-4367a5e6330e3baca6c38cdeae73d93c15ed1e6c.zip |
blurhash generation
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 273c7ef4709..ba529091482 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2147,6 +2147,20 @@ <code>$jobList</code> </MoreSpecificImplementedParamType> </file> + <file src="lib/private/Blurhash/Listener/GenerateBlurhashMetadata.php"> + <InvalidArgument> + <code>$image</code> + <code>$image</code> + <code>$image</code> + <code>$image</code> + </InvalidArgument> + <InvalidReturnStatement> + <code>$image</code> + </InvalidReturnStatement> + <InvalidReturnType> + <code>GdImage|false</code> + </InvalidReturnType> + </file> <file src="lib/private/Cache/CappedMemoryCache.php"> <MissingTemplateParam> <code>\ArrayAccess</code> |