diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2022-10-26 20:00:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-26 20:00:05 +0200 |
commit | 16c6d57be207f94083ecbd2153fc081a2b5d6e32 (patch) | |
tree | 539317f65a4fac4a245abf264ea4f5285cfe2a51 | |
parent | 58da82e76ddd8d3f3a953905b936449f738d9c2c (diff) | |
parent | 50842d2e713052903d490e2ede644186ac745502 (diff) | |
download | nextcloud-server-16c6d57be207f94083ecbd2153fc081a2b5d6e32.tar.gz nextcloud-server-16c6d57be207f94083ecbd2153fc081a2b5d6e32.zip |
Merge pull request #34812 from nextcloud/automated/noid/stable24-update-psalm-baseline
[stable24] Update psalm-baseline.xml
-rw-r--r-- | build/psalm-baseline.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index f6407f27f87..402458985c0 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2240,11 +2240,6 @@ <code>$this->timeFactory->getTime()</code> </InvalidScalarArgument> </file> - <file src="core/Command/Maintenance/Mimetype/GenerateMimetypeFileBuilder.php"> - <InvalidArrayAccess occurrences="1"> - <code>$k[0]</code> - </InvalidArrayAccess> - </file> <file src="core/Command/Maintenance/Mimetype/UpdateDB.php"> <UndefinedInterfaceMethod occurrences="2"> <code>getAllMappings</code> @@ -4359,13 +4354,6 @@ <InvalidArgument occurrences="1"> <code>$callback</code> </InvalidArgument> - <InvalidNullableReturnType occurrences="1"> - <code>bool|IUser</code> - </InvalidNullableReturnType> - <NullableReturnStatement occurrences="2"> - <code>$this->createUserFromBackend($uid, $password, $backend)</code> - <code>$this->createUserFromBackend($uid, $password, $backend)</code> - </NullableReturnStatement> <UndefinedInterfaceMethod occurrences="5"> <code>checkPassword</code> <code>checkPassword</code> |