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-02-26 14:13:39 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-02-26 16:10:51 +0300
commitac4a7ba08ff372e858fe6f7aa09c6f50bf2c02ea (patch)
tree7fa8762f59e2788a8b7c6733569993b72e62f2ce /lib/AppInfo
parentd8df9a9cf01edfc16103ffba4ff1fa5067ed0c4e (diff)
Add psalm and apply auto fixes
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/AppInfo')
-rw-r--r--lib/AppInfo/BootstrapSingleton.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AppInfo/BootstrapSingleton.php b/lib/AppInfo/BootstrapSingleton.php
index 53a7978fc..3275aa2be 100644
--- a/lib/AppInfo/BootstrapSingleton.php
+++ b/lib/AppInfo/BootstrapSingleton.php
@@ -92,7 +92,7 @@ class BootstrapSingleton {
$this->booted = true;
}
- private function initializeAppContainer(IAppContainer $container) {
+ private function initializeAppContainer(IAppContainer $container): void {
$transport = $container->getServer()->getConfig()->getSystemValue('app.mail.transport', 'smtp');
$testSmtp = $transport === 'smtp';