diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-09-16 02:36:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-16 02:36:54 +0000 |
commit | 2d633fc0143ceab1d71a8020b02a0b72e78bbb7c (patch) | |
tree | ea7a6e93083f95770104c41998b4b9ebea2038e4 /build | |
parent | 70bd525c84ed664050a229663082c3a229a84ac1 (diff) | |
download | nextcloud-server-2d633fc0143ceab1d71a8020b02a0b72e78bbb7c.tar.gz nextcloud-server-2d633fc0143ceab1d71a8020b02a0b72e78bbb7c.zip |
chore(tests): Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 764047bfbf1..ca0c8880ffe 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2174,9 +2174,6 @@ </InvalidReturnType> </file> <file src="lib/private/Files/Storage/Local.php"> - <ImplicitToStringCast> - <code><![CDATA[$file]]></code> - </ImplicitToStringCast> <TypeDoesNotContainNull> <code><![CDATA[$space === false || is_null($space)]]></code> <code><![CDATA[is_null($space)]]></code> |