diff --git a/core/lib/Drupal/Core/Config/TypedConfigManager.php b/core/lib/Drupal/Core/Config/TypedConfigManager.php index ea2fe50..0af9a99 100644 --- a/core/lib/Drupal/Core/Config/TypedConfigManager.php +++ b/core/lib/Drupal/Core/Config/TypedConfigManager.php @@ -57,7 +57,7 @@ class TypedConfigManager extends PluginManagerBase implements TypedConfigManager /** * The module handler to invoke the alter hook. * - * @var \Drupal\Core\Language\LanguageManagerInterface + * @var \Drupal\Core\Extension\ModuleHandlerInterface */ protected $moduleHandler; diff --git a/core/modules/config_translation/lib/Drupal/config_translation/Tests/ConfigTranslationUiTest.php b/core/modules/config_translation/lib/Drupal/config_translation/Tests/ConfigTranslationUiTest.php index 07512ca..320e4bd 100644 --- a/core/modules/config_translation/lib/Drupal/config_translation/Tests/ConfigTranslationUiTest.php +++ b/core/modules/config_translation/lib/Drupal/config_translation/Tests/ConfigTranslationUiTest.php @@ -390,7 +390,7 @@ public function testDateFormatTranslation() { $country_default = array( 'ES' => 'Spain', - //'' => 'None' + '' => 'None' ); foreach($formats as $id => $label) { diff --git a/core/modules/locale/lib/Drupal/locale/LocaleConfigManager.php b/core/modules/locale/lib/Drupal/locale/LocaleConfigManager.php index 4a2dadc..c263994 100644 --- a/core/modules/locale/lib/Drupal/locale/LocaleConfigManager.php +++ b/core/modules/locale/lib/Drupal/locale/LocaleConfigManager.php @@ -65,7 +65,7 @@ class LocaleConfigManager extends TypedConfigManager { * The storage object to use for reading default configuration * data. * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler - * The modujle handler. + * The module handler. * @param \Drupal\locale\StringStorageInterface $localeStorage * The locale storage to use for reading string translations. * @param \Drupal\Core\Cache\CacheBackendInterface $cache