Skip to content

Commit 34484b5

Browse files
Merge pull request #58678 from nextcloud/fix/noid/set-lexicon-strictness-to-ignore
fix: Set files app lexicon strictness to IGNORE
2 parents fa2660a + d039cb9 commit 34484b5

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)