Skip to content

Commit

Permalink
Merge pull request #379 from nextcloud/automated/noid/psalm-baseline-…
Browse files Browse the repository at this point in the history
…update-1647404662

[Automated] Update psalm-baseline.xml
  • Loading branch information
szaimen committed Mar 16, 2022
2 parents 31f86c1 + c6d40e9 commit 1be6c72
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions php/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@
<PossiblyNullArrayAccess occurrences="1">
<code>$request-&gt;getParsedBody()['selected_restore_time']</code>
</PossiblyNullArrayAccess>
<PossiblyNullReference occurrences="5">
<code>GetDependsOn</code>
<code>GetDependsOn</code>
<code>GetIdentifier</code>
<code>GetIdentifier</code>
<code>GetRunningState</code>
</PossiblyNullReference>
</file>
<file src="src/Controller/LoginController.php">
<MissingParamType occurrences="3">
Expand All @@ -71,12 +64,6 @@
<code>$request-&gt;getParsedBody()['password']</code>
</PossiblyNullArrayAccess>
</file>
<file src="src/Cron/cron.php">
<PossiblyNullArgument occurrences="2">
<code>$nextcloudContainer</code>
<code>$nextcloudContainer</code>
</PossiblyNullArgument>
</file>
<file src="src/Docker/DockerActionManager.php">
<InvalidReturnType occurrences="1">
<code>IContainerState</code>
Expand All @@ -87,12 +74,6 @@
<PossiblyFalseOperand occurrences="1">
<code>strpos($fullDigest, "@")</code>
</PossiblyFalseOperand>
<PossiblyNullArgument occurrences="1">
<code>$apacheContainer</code>
</PossiblyNullArgument>
<PossiblyNullReference occurrences="1">
<code>GetUpdateState</code>
</PossiblyNullReference>
<RedundantCondition occurrences="1">
<code>$container-&gt;GetInternalPorts() !== null</code>
</RedundantCondition>
Expand Down

0 comments on commit 1be6c72

Please sign in to comment.