diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-07-10 18:02:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-10 18:02:26 +0200 |
commit | 61835be271d29a2269cada83e763443974f69cc2 (patch) | |
tree | eef288280e43ba3ef8078e032fc88dfbc27cc594 /build | |
parent | fa388d262ac5163ae0acf5ae53c5c747f37986c0 (diff) | |
parent | 8c7e4c5ad011fe6753168026d7e4887625d601d5 (diff) | |
download | nextcloud-server-61835be271d29a2269cada83e763443974f69cc2.tar.gz nextcloud-server-61835be271d29a2269cada83e763443974f69cc2.zip |
Merge pull request #39155 from nextcloud/automated/noid/stable26-update-psalm-baseline
[stable26] Update psalm-baseline.xml
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 530556e6d89..f27f8629da1 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2248,9 +2248,6 @@ </InvalidReturnStatement> </file> <file src="lib/private/Files/Node/Node.php"> - <ImplementedReturnTypeMismatch occurrences="1"> - <code>Node</code> - </ImplementedReturnTypeMismatch> <InvalidArgument occurrences="1"> <code>'\OCP\Files::' . $hook</code> </InvalidArgument> @@ -2282,9 +2279,6 @@ </ParamNameMismatch> </file> <file src="lib/private/Files/Node/Root.php"> - <ImplementedReturnTypeMismatch occurrences="1"> - <code>Node</code> - </ImplementedReturnTypeMismatch> <InvalidNullableReturnType occurrences="1"> <code>\OC\User\User</code> </InvalidNullableReturnType> |