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>2020-10-08 10:28:21 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-10-08 10:29:42 +0300
commit88c63fa9e5b1c142a6cf575e8fd99cbe5e4dd717 (patch)
tree4ce8a6c7558416fa5914e3bfc182e8e64a80f79c /lib/Command
parentab7d860073506851f0ee626a53aeabeffaf47883 (diff)
Add psalm auto-generated return types
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/Command')
-rw-r--r--lib/Command/SyncAccount.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Command/SyncAccount.php b/lib/Command/SyncAccount.php
index c0a275b13..5bdcd84b4 100644
--- a/lib/Command/SyncAccount.php
+++ b/lib/Command/SyncAccount.php
@@ -92,7 +92,7 @@ class SyncAccount extends Command {
return 0;
}
- private function sync(Account $account, bool $force, OutputInterface $output) {
+ private function sync(Account $account, bool $force, OutputInterface $output): void {
$consoleLogger = new ConsoleLoggerDecorator(
$this->logger,
$output