diff options
author | Git'Fellow <12234510+solracsf@users.noreply.github.com> | 2024-10-15 11:13:51 +0200 |
---|---|---|
committer | Git'Fellow <12234510+solracsf@users.noreply.github.com> | 2024-10-15 19:42:35 +0200 |
commit | d826e76fa675f186c337b413770eaebca332a258 (patch) | |
tree | 6b0e7c266478917c08a27c6fb9de43073b9c9e7b /build | |
parent | 832695d5654bb3bfe81a29a3557d99b2b4a334f0 (diff) | |
download | nextcloud-server-dbQueriesToMaster.tar.gz nextcloud-server-dbQueriesToMaster.zip |
chore(db): redirect write queries to master in clustered setupsdbQueriesToMaster
fix: psalm baseline
fix: remove is_int
fix: return bool
fix: lint
fix: cache
fix: constraint violation
fix: typo
fix: tests
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 b6137b7f0c1..2a2c3d8dc94 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> |