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
path: root/tests
diff options
context:
space:
mode:
authorMaadiX <contact@maadix.net>2022-10-18 19:27:36 +0300
committerMaadiX <contact@maadix.net>2022-10-18 19:27:36 +0300
commit760582ae725ba2611a480e565a43645bbc50de4e (patch)
tree796d3bf5c26b7ec8293e7d43d8c8965713fb388b /tests
parent0eb9d6ad52a4eedc8ef669b8bbc6fbe85a4a29c9 (diff)
Avoid psalm Command Class error
Signed-off-by: MaadiX <contact@maadix.net>
Diffstat (limited to 'tests')
-rw-r--r--tests/psalm-baseline.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/psalm-baseline.xml b/tests/psalm-baseline.xml
index 8905ed463..afa20de90 100644
--- a/tests/psalm-baseline.xml
+++ b/tests/psalm-baseline.xml
@@ -88,6 +88,11 @@
<code>Command</code>
</UndefinedClass>
</file>
+ <file src="lib/Command/UpdateAccount.php">
+ <UndefinedClass occurrences="1">
+ <code>Command</code>
+ </UndefinedClass>
+ </file>
<file src="lib/Db/AliasMapper.php">
<ImplicitToStringCast occurrences="1">
<code>$qb2-&gt;createNamedParameter($chunk, IQueryBuilder::PARAM_INT_ARRAY)</code>