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:
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">