From 7f8e3c5360ad63db808f3c5b1065db244a94f0b4 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 27 Apr 2022 16:31:59 +0200 Subject: Docs: remove references to DefaultSettings.php Bug: T300129 Change-Id: I1e83a0dde6235bed91d28d7d43691c6a5d979f2f --- includes/Settings/Config/ConfigSchema.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/Settings/Config') diff --git a/includes/Settings/Config/ConfigSchema.php b/includes/Settings/Config/ConfigSchema.php index eac685a88c19..8e357c492182 100644 --- a/includes/Settings/Config/ConfigSchema.php +++ b/includes/Settings/Config/ConfigSchema.php @@ -35,7 +35,7 @@ interface ConfigSchema { public function getDefaults(): array; /** - * Check if the $key has a default values set in the schema. + * Check if the $key has a default value set in the schema. * * @param string $key * @@ -44,7 +44,7 @@ interface ConfigSchema { public function hasDefaultFor( string $key ): bool; /** - * Get default value for the $key. + * Get the default value for the $key. * For keys that do not define a default, null is assumed. * * @param string $key -- cgit v1.2.3