diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-06-17 02:26:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-17 02:26:44 +0000 |
commit | 4ca19639fac97ca1c56f2b3fbe32422fc673f547 (patch) | |
tree | 63785851260f4002f5308b95b84db850a0389fcc /build | |
parent | f15adce2a74db2706934489bca55652d597e0bc7 (diff) | |
download | nextcloud-server-4ca19639fac97ca1c56f2b3fbe32422fc673f547.tar.gz nextcloud-server-4ca19639fac97ca1c56f2b3fbe32422fc673f547.zip |
chore(tests): Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 3897f5aa176..5ff057f9c6a 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2125,9 +2125,6 @@ <code><![CDATA[ClientResolver::_default_signature_provider()]]></code> </InternalMethod> <UndefinedFunction> - <code><![CDATA[Promise\promise_for( - new Credentials($key, $secret) - )]]></code> <code><![CDATA[\Aws\or_chain([self::class, 'legacySignatureProvider'], ClientResolver::_default_signature_provider())]]></code> </UndefinedFunction> </file> @@ -2139,11 +2136,6 @@ <code><![CDATA[\Aws\serialize($command)]]></code> </UndefinedFunction> </file> - <file src="lib/private/Files/ObjectStore/S3Signature.php"> - <NullArgument> - <code><![CDATA[null]]></code> - </NullArgument> - </file> <file src="lib/private/Files/ObjectStore/StorageObjectStore.php"> <InvalidReturnType> <code><![CDATA[string]]></code> |