Issue 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
core
lib/Drupal/Core/EventSubscriber
modules/locale/lib/Drupal/locale

View File

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

View File

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