diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-05-07 02:26:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 02:26:00 +0000 |
commit | c827f21e629f020bb3f0033c3e0550f1a4e91388 (patch) | |
tree | a42b549f19603343b022891b3713c26b4c422bd4 /build | |
parent | 64bf341d55664c078eb9b307d0c1a5ddc3f9d962 (diff) | |
download | nextcloud-server-c827f21e629f020bb3f0033c3e0550f1a4e91388.tar.gz nextcloud-server-c827f21e629f020bb3f0033c3e0550f1a4e91388.zip |
chore(tests): Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index ac0ada36d06..514f7d94013 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1689,12 +1689,6 @@ <code>setType</code> </UndefinedMagicMethod> </file> - <file src="lib/private/Authentication/TwoFactorAuth/Db/ProviderUserAssignmentDao.php"> - <LessSpecificReturnStatement/> - <MoreSpecificReturnType> - <code><![CDATA[list<array{provider_id: string, uid: string, enabled: bool}>]]></code> - </MoreSpecificReturnType> - </file> <file src="lib/private/Authentication/TwoFactorAuth/ProviderSet.php"> <InvalidArgument> <code><![CDATA[$this->providers]]></code> @@ -1888,7 +1882,6 @@ 'width' => $format, ])]]></code> </FalsableReturnStatement> - <InvalidDocblock/> <InvalidReturnStatement> <code><![CDATA[$l->l($type, $timestamp, [ 'width' => $format, |