Issue #1646580 follow-up by beejeebus: Capitalization fixes.

8.0.x
webchick 2012-08-24 05:04:40 +02:00
parent d5310f042c
commit 4aaeaf521d
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* @file * @file
* Definition of Drupal\Core\EventSubscriber\ConfigGlobalOverridesubscriber. * Definition of Drupal\Core\EventSubscriber\ConfigGlobalOverrideSubscriber.
*/ */
namespace Drupal\Core\EventSubscriber; namespace Drupal\Core\EventSubscriber;
@ -13,7 +13,7 @@ use Symfony\Component\EventDispatcher\EventSubscriberInterface;
/** /**
* Override configuration values with values in global $conf variable. * Override configuration values with values in global $conf variable.
*/ */
class ConfigGlobalOverridesubscriber implements EventSubscriberInterface { class ConfigGlobalOverrideSubscriber implements EventSubscriberInterface {
/** /**
* Override configuration values with global $conf. * Override configuration values with global $conf.
* *

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* @file * @file
* Definition of Drupal\locale\LocaleConfigsubscriber. * Definition of Drupal\locale\LocaleConfigSubscriber.
*/ */
namespace Drupal\locale; namespace Drupal\locale;
@ -17,7 +17,7 @@ use Symfony\Component\EventDispatcher\EventSubscriberInterface;
* *
* $config is always a DrupalConfig object. * $config is always a DrupalConfig object.
*/ */
class LocaleConfigsubscriber implements EventSubscriberInterface { class LocaleConfigSubscriber implements EventSubscriberInterface {
/** /**
* Override configuration values with localized data. * Override configuration values with localized data.
* *