Issue #1646580 follow-up by beejeebus: Capitalization fixes.
parent
d5310f042c
commit
4aaeaf521d
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue