diff options
| author | JoshyPHP <s9e.dev@gmail.com> | 2015-05-01 05:32:48 +0200 |
|---|---|---|
| committer | JoshyPHP <s9e.dev@gmail.com> | 2015-05-30 17:26:00 +0200 |
| commit | e11ae7e9cd5573658b763b1ef72cb889f547f2dd (patch) | |
| tree | 1b8161e0f700eb99f90b7a7e6ec8be81ae9beb67 /phpBB/config/default/container | |
| parent | de52580a78bcab47a2311f3993fd9952f963d563 (diff) | |
| download | forums-e11ae7e9cd5573658b763b1ef72cb889f547f2dd.tar forums-e11ae7e9cd5573658b763b1ef72cb889f547f2dd.tar.gz forums-e11ae7e9cd5573658b763b1ef72cb889f547f2dd.tar.bz2 forums-e11ae7e9cd5573658b763b1ef72cb889f547f2dd.tar.xz forums-e11ae7e9cd5573658b763b1ef72cb889f547f2dd.zip | |
[ticket/13803] Hyphenated class names
PHPBB3-13803
Diffstat (limited to 'phpBB/config/default/container')
| -rw-r--r-- | phpBB/config/default/container/services_text_reparser.yml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/phpBB/config/default/container/services_text_reparser.yml b/phpBB/config/default/container/services_text_reparser.yml index 3113c02f6d..c458be12ac 100644 --- a/phpBB/config/default/container/services_text_reparser.yml +++ b/phpBB/config/default/container/services_text_reparser.yml @@ -1,62 +1,62 @@ services: text_reparser.admin_contact_info: - class: phpbb\textreparser\admincontactinfo + class: phpbb\textreparser\admin_contact_info arguments: - @dbal.conn tags: - { name: text_reparser.plugin } text_reparser.forum_description: - class: phpbb\textreparser\forumdescription + class: phpbb\textreparser\forum_description arguments: - @dbal.conn tags: - { name: text_reparser.plugin } text_reparser.forum_rules: - class: phpbb\textreparser\forumrules + class: phpbb\textreparser\forum_rules arguments: - @dbal.conn tags: - { name: text_reparser.plugin } text_reparser.group_description: - class: phpbb\textreparser\groupdescription + class: phpbb\textreparser\group_description arguments: - @dbal.conn tags: - { name: text_reparser.plugin } text_reparser.pm_text: - class: phpbb\textreparser\pmtext + class: phpbb\textreparser\pm_text arguments: - @dbal.conn tags: - { name: text_reparser.plugin } text_reparser.poll_option: - class: phpbb\textreparser\polloption + class: phpbb\textreparser\poll_option arguments: - @dbal.conn tags: - { name: text_reparser.plugin } text_reparser.poll_title: - class: phpbb\textreparser\polltitle + class: phpbb\textreparser\poll_title arguments: - @dbal.conn tags: - { name: text_reparser.plugin } text_reparser.post_text: - class: phpbb\textreparser\posttext + class: phpbb\textreparser\post_text arguments: - @dbal.conn tags: - { name: text_reparser.plugin } text_reparser.user_signature: - class: phpbb\textreparser\usersignature + class: phpbb\textreparser\user_signature arguments: - @dbal.conn tags: |
