summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-10-16 09:26:56 +0200
committerGitHub <noreply@github.com>2020-10-16 09:26:56 +0200
commitc2c077b5ae23806e55ed74c76e14d5f8f5f03fc8 (patch)
tree412ecc412aaa89319ecf6c8bd895e224799e5533
parentcaa739f96e9d69be567bc611e3cc5649d7454e9d (diff)
parent8005fd6f19b6eefeecfc691ded2a8f3b0363117b (diff)
downloadnextcloud-server-c2c077b5ae23806e55ed74c76e14d5f8f5f03fc8.tar.gz
nextcloud-server-c2c077b5ae23806e55ed74c76e14d5f8f5f03fc8.zip
Merge pull request #23494 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
[Automated] Update psalm-baseline.xml
-rw-r--r--build/psalm-baseline.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index db51bec66ed..9913d65d82f 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -1924,9 +1924,6 @@
<FalsableReturnStatement occurrences="1">
<code>false</code>
</FalsableReturnStatement>
- <InvalidArgument occurrences="1">
- <code>$ma</code>
- </InvalidArgument>
<InvalidReturnStatement occurrences="1">
<code>$query-&gt;execute([$uid])</code>
</InvalidReturnStatement>
@@ -2705,12 +2702,6 @@
<InvalidPropertyAssignmentValue occurrences="1">
<code>[]</code>
</InvalidPropertyAssignmentValue>
- <InvalidReturnStatement occurrences="1">
- <code>array_merge($this-&gt;getBuildInChecks(), $this-&gt;registeredChecks)</code>
- </InvalidReturnStatement>
- <InvalidReturnType occurrences="1">
- <code>ICheck[]</code>
- </InvalidReturnType>
<InvalidScalarArgument occurrences="1">
<code>$missingCheck</code>
</InvalidScalarArgument>
@@ -2988,7 +2979,6 @@
<file src="core/routes.php">
<InvalidScope occurrences="2">
<code>$this</code>
- <code>$this-&gt;create('core_ajax_update', '/core/ajax/update.php')</code>
</InvalidScope>
</file>
<file src="core/templates/layout.public.php">
@@ -3450,14 +3440,6 @@
<code>$this-&gt;shareeEnumerationInGroupOnly</code>
</UndefinedThisPropertyFetch>
</file>
- <file src="lib/private/Collaboration/Collaborators/Search.php">
- <FalseOperand occurrences="1">
- <code>$hasMoreResults</code>
- </FalseOperand>
- <UndefinedMethod occurrences="1">
- <code>search</code>
- </UndefinedMethod>
- </file>
<file src="lib/private/Collaboration/Resources/Manager.php">
<InvalidArgument occurrences="4"/>
<RedundantCondition occurrences="1">
@@ -4825,15 +4807,6 @@
<code>is_string($request-&gt;getMethod())</code>
</RedundantCondition>
</file>
- <file src="lib/private/Log/LogFactory.php">
- <InvalidReturnStatement occurrences="2">
- <code>$this-&gt;c-&gt;resolve(Syslog::class)</code>
- <code>$this-&gt;c-&gt;resolve(Systemdlog::class)</code>
- </InvalidReturnStatement>
- <InvalidReturnType occurrences="1">
- <code>IWriter</code>
- </InvalidReturnType>
- </file>
<file src="lib/private/Log/Systemdlog.php">
<UndefinedFunction occurrences="1"/>
</file>