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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Larch <anna@nextcloud.com>2021-12-13 14:49:07 +0300
committerAnna Larch <anna@nextcloud.com>2021-12-13 16:25:27 +0300
commit25f5cbc5fe8801b44c9a5b11e918ea4decceb7fc (patch)
tree5254337454abfb8cebd32f6d47df7c52853b90b1 /tests/psalm-baseline.xml
parent6cc996b1b8244dd21f324f166c9b6a07dfcfc6b1 (diff)
Add repair step to fix reply tos that have <> as their content
Signed-off-by: Anna Larch <anna@nextcloud.com>
Diffstat (limited to 'tests/psalm-baseline.xml')
-rw-r--r--tests/psalm-baseline.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/psalm-baseline.xml b/tests/psalm-baseline.xml
index 66cc2bf0e..16f0951d4 100644
--- a/tests/psalm-baseline.xml
+++ b/tests/psalm-baseline.xml
@@ -66,6 +66,11 @@
<code>Command</code>
</UndefinedClass>
</file>
+ <file src="lib/Command/RepairMailTheads.php">
+ <UndefinedClass occurrences="1">
+ <code>Command</code>
+ </UndefinedClass>
+ </file>
<file src="lib/Command/SyncAccount.php">
<UndefinedClass occurrences="1">
<code>Command</code>
@@ -124,6 +129,12 @@
<code>$select-&gt;createNamedParameter($chunk, IQueryBuilder::PARAM_INT_ARRAY)</code>
<code>$select-&gt;createNamedParameter($chunk, IQueryBuilder::PARAM_INT_ARRAY)</code>
</ImplicitToStringCast>
+ <InvalidReturnStatement occurrences="1">
+ <code>$update-&gt;execute()</code>
+ </InvalidReturnStatement>
+ <InvalidReturnType occurrences="1">
+ <code>int</code>
+ </InvalidReturnType>
</file>
<file src="lib/Db/StatisticsDao.php">
<ImplicitToStringCast occurrences="7">