aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAlexander Piskun <13381981+bigcat88@users.noreply.github.com>2024-07-16 20:42:51 +0300
committerGitHub <noreply@github.com>2024-07-16 20:42:51 +0300
commit54c700bc745886f0ed24219fd5dbabad55ed41da (patch)
treef903a4dd1673836cef2a57adefd1f2f7232322ee /build
parent696ece2f52f5c78987c48fa569b07ec0d4ac0660 (diff)
parent1b41e8f5661413c181a137c207ecaa9c394367bd (diff)
downloadnextcloud-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.php2
-rw-r--r--build/psalm-baseline.xml18
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>