summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornextcloud-command <nextcloud-command@users.noreply.github.com>2024-05-05 02:22:19 +0000
committerGitHub <noreply@github.com>2024-05-05 02:22:19 +0000
commitdb5e810b013be0625796c482b8d7e5a1da25e733 (patch)
tree9c4e67641b4932967f7ed5d42be56c9e1b3b219e
parentc5bbd09ff861e77f9b9ce7d1f58ff9df9b2c4a4e (diff)
chore(tests): Update psalm baselineautomated/noid/stable29-update-psalm-baseline
Signed-off-by: GitHub <noreply@github.com>
-rw-r--r--build/psalm-baseline.xml209
1 files changed, 33 insertions, 176 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 4ab1fc1dd2d..ac0ada36d06 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -123,86 +123,6 @@
<code>VCalendar</code>
</MoreSpecificReturnType>
<NullableReturnStatement>
- <code><![CDATA[$this->atomic(function () use ($calendarId, $syncToken, $syncLevel, $limit, $calendarType) {
- // Current synctoken
- $qb = $this->db->getQueryBuilder();
- $qb->select('synctoken')
- ->from('calendars')
- ->where(
- $qb->expr()->eq('id', $qb->createNamedParameter($calendarId))
- );
- $stmt = $qb->executeQuery();
- $currentToken = $stmt->fetchOne();
-