Skip to content
Snippets Groups Projects
Commit 4aaeaf52 authored by Angie Byron's avatar Angie Byron
Browse files

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

parent d5310f04
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
<?php
/**
* @file
* Definition of Drupal\Core\EventSubscriber\ConfigGlobalOverridesubscriber.
* Definition of Drupal\Core\EventSubscriber\ConfigGlobalOverrideSubscriber.
*/
namespace Drupal\Core\EventSubscriber;
......@@ -13,7 +13,7 @@
/**
* Override configuration values with values in global $conf variable.
*/
class ConfigGlobalOverridesubscriber implements EventSubscriberInterface {
class ConfigGlobalOverrideSubscriber implements EventSubscriberInterface {
/**
* Override configuration values with global $conf.
*
......
<?php
/**
* @file
* Definition of Drupal\locale\LocaleConfigsubscriber.
* Definition of Drupal\locale\LocaleConfigSubscriber.
*/
namespace Drupal\locale;
......@@ -17,7 +17,7 @@
*
* $config is always a DrupalConfig object.
*/
class LocaleConfigsubscriber implements EventSubscriberInterface {
class LocaleConfigSubscriber implements EventSubscriberInterface {
/**
* Override configuration values with localized data.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment