We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf60ac commit 93dea23Copy full SHA for 93dea23
1 file changed
apps/encryption/lib/AppInfo/Application.php
@@ -69,7 +69,7 @@ public function setUp(IManager $encryptionManager) {
69
}
70
71
72
- public function registerEventListeners(IConfig $config, IEventDispatcher $eventDispatcher) {
+ public function registerEventListeners(IConfig $config, IEventDispatcher $eventDispatcher): void {
73
if ($config->getSystemValueBool('maintenance')) {
74
// Logout user if we are in maintenance to force re-login
75
$this->getContainer()->get(IUserSession::class)->logout();
0 commit comments