diff --git a/core/lib/Drupal/Core/Config/ConfigFactoryInterface.php b/core/lib/Drupal/Core/Config/ConfigFactoryInterface.php index daa2a52..c01d472 100644 --- a/core/lib/Drupal/Core/Config/ConfigFactoryInterface.php +++ b/core/lib/Drupal/Core/Config/ConfigFactoryInterface.php @@ -21,7 +21,7 @@ const LANGUAGE_CONFIG_PREFIX = 'language.config'; /** - * Set the override state. + * Sets the override state. * * @param bool $state * TRUE if overrides should be applied, FALSE otherwise. @@ -32,7 +32,7 @@ public function setOverrideState($state); /** - * Get the override state. + * Gets the override state. * * @return bool * Get the override state.