Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2022-01-11 18:20:13 +0300
committerVitor Mattos <vitor@php.rio>2022-01-21 14:37:06 +0300
commitafe5b6dd8aa9a0eb761434231327e8daecb1d79e (patch)
treee3792c47644857a894e3451ef493ec6184b19db6 /build
parenta7c0868a4cc7a0f041484800ad56901f11086459 (diff)
Prevent query error when use subquery
Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 485a3fe706c..f02a11ec7ea 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -4387,10 +4387,6 @@
</TypeDoesNotContainType>
</file>
<file src="lib/private/Repair/RemoveLinkShares.php">
- <ImplicitToStringCast occurrences="2">
- <code>$query-&gt;createFunction('(' . $subQuery-&gt;getSQL() . ')')</code>
- <code>$subQuery-&gt;createFunction('(' . $subSubQuery-&gt;getSQL() . ')')</code>
- </ImplicitToStringCast>
<InvalidPropertyAssignmentValue occurrences="1">
<code>$this-&gt;userToNotify</code>
</InvalidPropertyAssignmentValue>