Skip to content

Commit e56f1f2

Browse files
committed
Update ServicesChecker.php
1 parent 5865ba4 commit e56f1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ubiquity/controllers/admin/ServicesChecker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static function isCsrfStarted(): bool {
2626
return false;
2727
}
2828

29-
public static function isEncryptionStarted() {
29+
public static function isEncryptionStarted(): bool {
3030
if (self::hasSecurity()) {
3131
return \Ubiquity\security\data\EncryptionManager::isStarted();
3232
}

0 commit comments

Comments
 (0)