summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorNextcloud-PR-Bot <nextcloud-pr-bot@users.noreply.github.com>2020-12-01 04:28:53 +0000
committerGitHub <noreply@github.com>2020-12-01 04:28:53 +0000
commit5427acec980c17eec0da1c3deada59f3064f0ac6 (patch)
tree2b40c8f9b7e2edef99129272e7c8139b8d9acd06 /build
parent7ceb98f63b1cbae88d48a6c747b1802fdcab4b21 (diff)
downloadnextcloud-server-5427acec980c17eec0da1c3deada59f3064f0ac6.tar.gz
nextcloud-server-5427acec980c17eec0da1c3deada59f3064f0ac6.zip
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml23
1 files changed, 2 insertions, 21 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index ab3e9426b7e..5606bb2c977 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -713,7 +713,7 @@
<InvalidReturnType occurrences="1">
<code>string[]</code>
</InvalidReturnType>
- <NullableReturnStatement occurrences="9">
+ <NullableReturnStatement occurrences="8">
<code>$this-&gt;circleToPrincipal($name)</code>
<code>null</code>
<code>null</code>
@@ -1092,9 +1092,6 @@
</RedundantCondition>
</file>
<file src="apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php">
- <MoreSpecificImplementedParamType occurrences="1">
- <code>$jobList</code>
- </MoreSpecificImplementedParamType>
<TooFewArguments occurrences="1"/>
</file>
<file src="apps/federatedfilesharing/lib/Controller/RequestHandlerController.php">
@@ -1171,16 +1168,6 @@
<code>null</code>
</NullableReturnStatement>
</file>
- <file src="apps/federation/lib/BackgroundJob/GetSharedSecret.php">
- <MoreSpecificImplementedParamType occurrences="1">
- <code>$jobList</code>
- </MoreSpecificImplementedParamType>
- </file>
- <file src="apps/federation/lib/BackgroundJob/RequestSharedSecret.php">
- <MoreSpecificImplementedParamType occurrences="1">
- <code>$jobList</code>
- </MoreSpecificImplementedParamType>
- </file>
<file src="apps/federation/lib/TrustedServers.php">
<InvalidArgument occurrences="1">
<code>'OCP\Federation\TrustedServerEvent::remove'</code>
@@ -1976,11 +1963,6 @@
<code>getSettingsManager</code>
</UndefinedInterfaceMethod>
</file>
- <file src="apps/settings/lib/BackgroundJobs/VerifyUserData.php">
- <MoreSpecificImplementedParamType occurrences="1">
- <code>$jobList</code>
- </MoreSpecificImplementedParamType>
- </file>
<file src="apps/settings/lib/Controller/AppSettingsController.php">
<UndefinedInterfaceMethod occurrences="1">
<code>ignoreNextcloudRequirementForApp</code>
@@ -5001,8 +4983,7 @@
<InvalidOperand occurrences="1">
<code>!self::isResharingAllowed()</code>
</InvalidOperand>
- <InvalidScalarArgument occurrences="3">
- <code>$shareWith</code>
+ <InvalidScalarArgument occurrences="2">
<code>\OC_User::getUser()</code>
<code>\OC_User::getUser()</code>
</InvalidScalarArgument>