Skip to content

Commit

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

[master] Update psalm-baseline.xml
  • Loading branch information
github-actions[bot] authored Sep 16, 2024
2 parents a6bd34e + edb9a03 commit 54b162f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
8 changes: 0 additions & 8 deletions build/psalm-baseline-ocp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@
<code><![CDATA[\OC]]></code>
</UndefinedClass>
</file>
<file src="lib/public/AppFramework/Db/Entity.php">
<InvalidNullableReturnType>
<code><![CDATA[string]]></code>
</InvalidNullableReturnType>
<NullableReturnStatement>
<code><![CDATA[$column]]></code>
</NullableReturnStatement>
</file>
<file src="lib/public/AppFramework/Http/RedirectToDefaultAppResponse.php">
<UndefinedClass>
<code><![CDATA[\OC]]></code>
Expand Down
11 changes: 0 additions & 11 deletions build/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2157,9 +2157,6 @@
</InvalidReturnType>
</file>
<file src="lib/private/Files/Storage/Local.php">
<ImplicitToStringCast>
<code><![CDATA[$file]]></code>
</ImplicitToStringCast>
<TypeDoesNotContainNull>
<code><![CDATA[$space === false || is_null($space)]]></code>
<code><![CDATA[is_null($space)]]></code>
Expand Down Expand Up @@ -2902,14 +2899,6 @@
<code><![CDATA[new RouteConfig($this->container, $router, $routes)]]></code>
</InternalMethod>
</file>
<file src="lib/public/AppFramework/Db/Entity.php">
<InvalidNullableReturnType>
<code><![CDATA[string]]></code>
</InvalidNullableReturnType>
<NullableReturnStatement>
<code><![CDATA[$column]]></code>
</NullableReturnStatement>
</file>
<file src="lib/public/AppFramework/Http/Response.php">
<LessSpecificReturnStatement>
<code><![CDATA[array_merge($mergeWith, $this->headers)]]></code>
Expand Down

0 comments on commit 54b162f

Please sign in to comment.