diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-09-23 02:34:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-23 02:34:20 +0000 |
commit | 6ae8514b883eda422b8e755d6c7378bb6a28f1d0 (patch) | |
tree | 2be42995231141cf8ff09e8e27228dc96d989930 | |
parent | 1433f52cdd0e3eacbbd0e4a29a45e481897514af (diff) | |
download | nextcloud-server-6ae8514b883eda422b8e755d6c7378bb6a28f1d0.tar.gz nextcloud-server-6ae8514b883eda422b8e755d6c7378bb6a28f1d0.zip |
chore(tests): Update psalm baselineautomated/noid/stable29-update-psalm-baseline
Signed-off-by: GitHub <noreply@github.com>
-rw-r--r-- | build/psalm-baseline.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 2c664101ea4..31fac17ef49 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2216,11 +2216,6 @@ <code>null</code> </NullArgument> </file> - <file src="lib/private/Files/ObjectStore/StorageObjectStore.php"> - <InvalidReturnType> - <code>string</code> - </InvalidReturnType> - </file> <file src="lib/private/Files/Storage/Common.php"> <ImplementedReturnTypeMismatch> <code>string|false</code> |