aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification/type/base.php
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-05-29 13:09:47 +0200
committerPayBas <contact@paybas.com>2014-06-15 10:02:10 +0200
commit49a1896a76f205b30f7daf41056dca445eecb1d7 (patch)
tree8d92bbe29cdd9d00838d464c11cfc1b1585995af /phpBB/phpbb/notification/type/base.php
parent693cbd247cc1d3768d56795da4a580780e6b899c (diff)
downloadforums-49a1896a76f205b30f7daf41056dca445eecb1d7.tar
forums-49a1896a76f205b30f7daf41056dca445eecb1d7.tar.gz
forums-49a1896a76f205b30f7daf41056dca445eecb1d7.tar.bz2
forums-49a1896a76f205b30f7daf41056dca445eecb1d7.tar.xz
forums-49a1896a76f205b30f7daf41056dca445eecb1d7.zip
[ticket/12608] Clean up whitespace
PHPBB3-12608
Diffstat (limited to 'phpBB/phpbb/notification/type/base.php')
-rw-r--r--phpBB/phpbb/notification/type/base.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/phpbb/notification/type/base.php b/phpBB/phpbb/notification/type/base.php
index f5a4a9cc45..db0446f510 100644
--- a/phpBB/phpbb/notification/type/base.php
+++ b/phpBB/phpbb/notification/type/base.php
@@ -314,11 +314,11 @@ abstract class base implements \phpbb\notification\type\type_interface
'AVATAR' => $this->get_avatar(),
'FORMATTED_TITLE' => $this->get_title(),
-
+
'REFERENCE' => $this->get_reference(),
-
+
'FORUM' => $this->get_forum(),
-
+
'REASON' => $this->get_reason(),
'URL' => $this->get_url(),