Skip to content

Commit d039cb9

Browse files
committed
fix: Set files app lexicon strictness to IGNORE
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
1 parent 5fa368c commit d039cb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/files/lib/ConfigLexicon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class ConfigLexicon implements ILexicon {
2424
public const OVERWRITES_HOME_FOLDERS = 'overwrites_home_folders';
2525

2626
public function getStrictness(): Strictness {
27-
return Strictness::NOTICE;
27+
return Strictness::IGNORE;
2828
}
2929

3030
public function getAppConfigs(): array {

0 commit comments

Comments
 (0)