mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 09:37:29 -04:00
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
b13d9bcca6
commit
8005fd6f19
1 changed files with 0 additions and 27 deletions
|
|
@ -1924,9 +1924,6 @@
|
|||
<FalsableReturnStatement occurrences="1">
|
||||
<code>false</code>
|
||||
</FalsableReturnStatement>
|
||||
<InvalidArgument occurrences="1">
|
||||
<code>$ma</code>
|
||||
</InvalidArgument>
|
||||
<InvalidReturnStatement occurrences="1">
|
||||
<code>$query->execute([$uid])</code>
|
||||
</InvalidReturnStatement>
|
||||
|
|
@ -2705,12 +2702,6 @@
|
|||
<InvalidPropertyAssignmentValue occurrences="1">
|
||||
<code>[]</code>
|
||||
</InvalidPropertyAssignmentValue>
|
||||
<InvalidReturnStatement occurrences="1">
|
||||
<code>array_merge($this->getBuildInChecks(), $this->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->create('core_ajax_update', '/core/ajax/update.php')</code>
|
||||
</InvalidScope>
|
||||
</file>
|
||||
<file src="core/templates/layout.public.php">
|
||||
|
|
@ -3450,14 +3440,6 @@
|
|||
<code>$this->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->getMethod())</code>
|
||||
</RedundantCondition>
|
||||
</file>
|
||||
<file src="lib/private/Log/LogFactory.php">
|
||||
<InvalidReturnStatement occurrences="2">
|
||||
<code>$this->c->resolve(Syslog::class)</code>
|
||||
<code>$this->c->resolve(Systemdlog::class)</code>
|
||||
</InvalidReturnStatement>
|
||||
<InvalidReturnType occurrences="1">
|
||||
<code>IWriter</code>
|
||||
</InvalidReturnType>
|
||||
</file>
|
||||
<file src="lib/private/Log/Systemdlog.php">
|
||||
<UndefinedFunction occurrences="1"/>
|
||||
</file>
|
||||
|
|
|
|||
Loading…
Reference in a new issue