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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-03-12 10:54:38 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-03-12 11:40:51 +0300
commit2ac5e930017ec0c18c2be6b319df4fe6855f97b4 (patch)
tree3f8c534e7e5006c6ebec1863102db23392318244 /tests/psalm-baseline.xml
parentf1f826eccb735b1f4e0784717258052b8b7bf05b (diff)
Use the self-contained version of Psalm
Fewer dependencies -> fewer possible conflicts Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'tests/psalm-baseline.xml')
-rw-r--r--tests/psalm-baseline.xml67
1 files changed, 66 insertions, 1 deletions
diff --git a/tests/psalm-baseline.xml b/tests/psalm-baseline.xml
index d8d4e4c10..d2e94c52b 100644
--- a/tests/psalm-baseline.xml
+++ b/tests/psalm-baseline.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<files psalm-version="4.6.2@bca09d74adc704c4eaee36a3c3e9d379e290fc3b">
+<files psalm-version="4.x-dev@">
<file src="lib/AppInfo/Application.php">
<MissingDependency occurrences="12">
<code>DraftSavedEvent</code>
@@ -15,6 +15,9 @@
<code>SynchronizationEvent</code>
<code>UserDeletedEvent</code>
</MissingDependency>
+ <UndefinedClass occurrences="1">
+ <code>ContainerInterface</code>
+ </UndefinedClass>
</file>
<file src="lib/Attachment.php">
<MissingDocblockType occurrences="1">
@@ -30,6 +33,51 @@
<code>get</code>
</TooManyArguments>
</file>
+ <file src="lib/Command/CleanUp.php">
+ <UndefinedClass occurrences="1">
+ <code>Command</code>
+ </UndefinedClass>
+ </file>
+ <file src="lib/Command/CreateAccount.php">
+ <UndefinedClass occurrences="1">
+ <code>Command</code>
+ </UndefinedClass>
+ </file>
+ <file src="lib/Command/DeleteAccount.php">
+ <UndefinedClass occurrences="1">
+ <code>Command</code>
+ </UndefinedClass>
+ </file>
+ <file src="lib/Command/DiagnoseAccount.php">
+ <UndefinedClass occurrences="1">
+ <code>Command</code>
+ </UndefinedClass>
+ </file>
+ <file src="lib/Command/ExportAccount.php">
+ <UndefinedClass occurrences="1">
+ <code>Command</code>
+ </UndefinedClass>
+ </file>
+ <file src="lib/Command/ExportAccountThreads.php">
+ <UndefinedClass occurrences="1">
+ <code>Command</code>
+ </UndefinedClass>
+ </file>
+ <file src="lib/Command/SyncAccount.php">
+ <UndefinedClass occurrences="1">
+ <code>Command</code>
+ </UndefinedClass>
+ </file>
+ <file src="lib/Command/Thread.php">
+ <UndefinedClass occurrences="1">
+ <code>Command</code>
+ </UndefinedClass>
+ </file>
+ <file src="lib/Command/TrainAccount.php">
+ <UndefinedClass occurrences="1">
+ <code>Command</code>
+ </UndefinedClass>
+ </file>
<file src="lib/Db/AliasMapper.php">
<ImplicitToStringCast occurrences="1">
<code>$qb2-&gt;createNamedParameter($ids, IQueryBuilder::PARAM_INT_ARRAY)</code>
@@ -245,4 +293,21 @@
<code>SynchronizationEvent</code>
</MissingDependency>
</file>
+ <file src="lib/Support/ConsoleLoggerDecorator.php">
+ <UndefinedClass occurrences="1">
+ <code>OutputInterface</code>
+ </UndefinedClass>
+ <UndefinedDocblockClass occurrences="10">
+ <code>$this-&gt;consoleOutput</code>
+ <code>$this-&gt;consoleOutput</code>
+ <code>$this-&gt;consoleOutput</code>
+ <code>$this-&gt;consoleOutput</code>
+ <code>$this-&gt;consoleOutput</code>
+ <code>$this-&gt;consoleOutput</code>
+ <code>$this-&gt;consoleOutput</code>
+ <code>$this-&gt;consoleOutput</code>
+ <code>$this-&gt;consoleOutput</code>
+ <code>OutputInterface</code>
+ </UndefinedDocblockClass>
+ </file>
</files>