Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ransomware_protection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJojoBr0 <92635650+JojoBr0@users.noreply.github.com>2022-10-30 16:14:28 +0300
committerGitHub <noreply@github.com>2022-10-30 16:14:28 +0300
commita38b876bfd9dac6e3d161a7cbe88a0d26265a96b (patch)
tree373666715eb5c8878d819fab76be112f09097395
parentf970986412e03692668915d2e1df98995f99b7c3 (diff)
Suggested changes
Signed-off-by: JojoBr0 <92635650+JojoBr0@users.noreply.github.com>
-rw-r--r--lib/Settings/Personal.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Settings/Personal.php b/lib/Settings/Personal.php
index 0b47201..1b01830 100644
--- a/lib/Settings/Personal.php
+++ b/lib/Settings/Personal.php
@@ -70,7 +70,7 @@ class Personal implements ISettings {
/**
* @return string the section ID, e.g. 'sharing'
*/
- public function getSection() {
+ public function getSection(): string {
return 'security';
}
@@ -81,7 +81,7 @@ class Personal implements ISettings {
*
* E.g.: 70
*/
- public function getPriority() {
+ public function getPriority(): int {
return 50;
}
}