diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-09-16 02:37:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-16 02:37:08 +0000 |
commit | edb9a0360e1be15abc13b3c460e1cadcf7aca487 (patch) | |
tree | 996b74f9662c1303db6f0a86aa546d1c54746c1a /build | |
parent | d6a59be1c04726e57b071012d23e33a1ecc7720a (diff) | |
download | nextcloud-server-edb9a0360e1be15abc13b3c460e1cadcf7aca487.tar.gz nextcloud-server-edb9a0360e1be15abc13b3c460e1cadcf7aca487.zip |
chore(tests): Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline-ocp.xml | 8 | ||||
-rw-r--r-- | build/psalm-baseline.xml | 11 |
2 files changed, 0 insertions, 19 deletions
diff --git a/build/psalm-baseline-ocp.xml b/build/psalm-baseline-ocp.xml index e98e45b2bed..9f69654ff3d 100644 --- a/build/psalm-baseline-ocp.xml +++ b/build/psalm-baseline-ocp.xml @@ -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> diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index d06ea259287..740240471ba 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -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> @@ -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> |