diff options
author | Vitor Mattos <vitor@php.rio> | 2022-01-11 12:20:13 -0300 |
---|---|---|
committer | Vitor Mattos <vitor@php.rio> | 2022-01-21 08:37:06 -0300 |
commit | afe5b6dd8aa9a0eb761434231327e8daecb1d79e (patch) | |
tree | e3792c47644857a894e3451ef493ec6184b19db6 /build | |
parent | a7c0868a4cc7a0f041484800ad56901f11086459 (diff) | |
download | nextcloud-server-afe5b6dd8aa9a0eb761434231327e8daecb1d79e.tar.gz nextcloud-server-afe5b6dd8aa9a0eb761434231327e8daecb1d79e.zip |
Prevent query error when use subquery
Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 4 |
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->createFunction('(' . $subQuery->getSQL() . ')')</code> - <code>$subQuery->createFunction('(' . $subSubQuery->getSQL() . ')')</code> - </ImplicitToStringCast> <InvalidPropertyAssignmentValue occurrences="1"> <code>$this->userToNotify</code> </InvalidPropertyAssignmentValue> |