You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1698,7 +1700,7 @@ private function matchAndApplyLexiconDefinition(
1698
1700
}
1699
1701
1700
1702
if (!array_key_exists($key, $configDetails['entries'])) {
1701
-
return$this->applyLexiconStrictness($configDetails['strictness'], 'The app config key ' . $app . '/' . $key . ' is not defined in the config lexicon');
@@ -1903,7 +1904,7 @@ private function matchAndApplyLexiconDefinition(
1903
1904
}
1904
1905
1905
1906
if (!array_key_exists($key, $configDetails['entries'])) {
1906
-
return$this->applyLexiconStrictness($configDetails['strictness'], 'The user config key ' . $app . '/' . $key . ' is not defined in the config lexicon');
0 commit comments