diff options
author | Git'Fellow <12234510+solracsf@users.noreply.github.com> | 2024-10-16 10:41:21 +0200 |
---|---|---|
committer | Git'Fellow <12234510+solracsf@users.noreply.github.com> | 2024-10-17 09:21:07 +0200 |
commit | c254855222ca2776ccaa9c362b84295391cdd208 (patch) | |
tree | 0209b59a3dff7bd3a50629dfb6c8376e02dc43af /build | |
parent | 4100f583f03464978e622f5765bbef33e363c97f (diff) | |
download | nextcloud-server-c254855222ca2776ccaa9c362b84295391cdd208.tar.gz nextcloud-server-c254855222ca2776ccaa9c362b84295391cdd208.zip |
chore(db): Correctly apply query types
fix: psalm
fix: error
fix: add batch
fix: fatal error
fix: add batch
chore: add batch
chore: add batch
fix: psalm
fix: typo
fix: psalm
fix: return bool
fix: revert Manager
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 628c307cae7..22ecf47ec8e 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2167,14 +2167,6 @@ <code><![CDATA[$mimetype]]></code> </ParamNameMismatch> </file> - <file src="lib/private/Files/Type/Loader.php"> - <InvalidReturnStatement> - <code><![CDATA[$update->execute()]]></code> - </InvalidReturnStatement> - <InvalidReturnType> - <code><![CDATA[int]]></code> - </InvalidReturnType> - </file> <file src="lib/private/Files/Utils/Scanner.php"> <LessSpecificReturnStatement> <code><![CDATA[$mounts]]></code> |