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 5865ba4 commit e56f1f2Copy full SHA for e56f1f2
src/Ubiquity/controllers/admin/ServicesChecker.php
@@ -26,7 +26,7 @@ public static function isCsrfStarted(): bool {
26
return false;
27
}
28
29
- public static function isEncryptionStarted() {
+ public static function isEncryptionStarted(): bool {
30
if (self::hasSecurity()) {
31
return \Ubiquity\security\data\EncryptionManager::isStarted();
32
0 commit comments