diff options
author | Alexander Piskun <13381981+bigcat88@users.noreply.github.com> | 2024-07-16 20:42:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-16 20:42:51 +0300 |
commit | 54c700bc745886f0ed24219fd5dbabad55ed41da (patch) | |
tree | f903a4dd1673836cef2a57adefd1f2f7232322ee /build | |
parent | 696ece2f52f5c78987c48fa569b07ec0d4ac0660 (diff) | |
parent | 1b41e8f5661413c181a137c207ecaa9c394367bd (diff) | |
download | nextcloud-server-54c700bc745886f0ed24219fd5dbabad55ed41da.tar.gz nextcloud-server-54c700bc745886f0ed24219fd5dbabad55ed41da.zip |
Merge branch 'master' into support-direct-appapi-requests
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/features/bootstrap/Sharing.php | 2 | ||||
-rw-r--r-- | build/psalm-baseline.xml | 18 |
2 files changed, 1 insertions, 19 deletions
diff --git a/build/integration/features/bootstrap/Sharing.php b/build/integration/features/bootstrap/Sharing.php index c0affcb9cda..d1d89649bd6 100644 --- a/build/integration/features/bootstrap/Sharing.php +++ b/build/integration/features/bootstrap/Sharing.php @@ -286,7 +286,7 @@ trait Sharing { } if ($viewOnly === true) { - $body['attributes'] = json_encode([['scope' => 'permissions', 'key' => 'download', 'enabled' => false]]); + $body['attributes'] = json_encode([['scope' => 'permissions', 'key' => 'download', 'value' => false]]); } $options['form_params'] = $body; diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index ecb3f68c230..56b70421ac0 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1232,11 +1232,6 @@ <code><![CDATA[string]]></code> </InvalidReturnType> </file> - <file src="apps/workflowengine/lib/Check/FileSystemTags.php"> - <UndefinedDocblockClass> - <code><![CDATA[$this->storage]]></code> - </UndefinedDocblockClass> - </file> <file src="apps/workflowengine/lib/Check/RequestRemoteAddress.php"> <InvalidArgument> <code><![CDATA[$decodedValue[1]]]></code> @@ -2367,10 +2362,6 @@ <code><![CDATA[false]]></code> <code><![CDATA[false]]></code> </InvalidArgument> - <InvalidArrayOffset> - <code><![CDATA[$app['path']]]></code> - <code><![CDATA[$app['path']]]></code> - </InvalidArrayOffset> <NullArgument> <code><![CDATA[null]]></code> </NullArgument> @@ -2906,10 +2897,6 @@ <InvalidArgument> <code><![CDATA[$groupsList]]></code> </InvalidArgument> - <InvalidArrayOffset> - <code><![CDATA[$dir['path']]]></code> - <code><![CDATA[$dir['url']]]></code> - </InvalidArrayOffset> <NullArgument> <code><![CDATA[null]]></code> </NullArgument> @@ -2918,11 +2905,6 @@ <code><![CDATA[$appId === null]]></code> </TypeDoesNotContainNull> </file> - <file src="lib/private/legacy/OC_FileChunking.php"> - <UndefinedDocblockClass> - <code><![CDATA[\OC\InsufficientStorageException]]></code> - </UndefinedDocblockClass> - </file> <file src="lib/private/legacy/OC_Files.php"> <RedundantCondition> <code><![CDATA[$getType === self::ZIP_DIR]]></code> |