aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification/type/approve_post.php
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2015-03-27 00:02:20 -0700
committerMatt Friedman <maf675@gmail.com>2015-03-27 00:02:20 -0700
commitdbb538afbdce345dfc61b06ec6a84313c1141284 (patch)
tree17e7699073aab3dc8861a5feb657bb3dc9d369f8 /phpBB/phpbb/notification/type/approve_post.php
parent9a9a665a0a4f34707acffcd5efbe2e2e62660758 (diff)
downloadforums-dbb538afbdce345dfc61b06ec6a84313c1141284.tar
forums-dbb538afbdce345dfc61b06ec6a84313c1141284.tar.gz
forums-dbb538afbdce345dfc61b06ec6a84313c1141284.tar.bz2
forums-dbb538afbdce345dfc61b06ec6a84313c1141284.tar.xz
forums-dbb538afbdce345dfc61b06ec6a84313c1141284.zip
[ticket/13725] Coding guidelines: static public
PHPBB3-13725
Diffstat (limited to 'phpBB/phpbb/notification/type/approve_post.php')
-rw-r--r--phpBB/phpbb/notification/type/approve_post.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/notification/type/approve_post.php b/phpBB/phpbb/notification/type/approve_post.php
index a9e635b41a..e6c38b2ede 100644
--- a/phpBB/phpbb/notification/type/approve_post.php
+++ b/phpBB/phpbb/notification/type/approve_post.php
@@ -50,7 +50,7 @@ class approve_post extends \phpbb\notification\type\post
* @var bool|array False if the service should use it's default data
* Array of data (including keys 'id', 'lang', and 'group')
*/
- public static $notification_option = array(
+ static public $notification_option = array(
'id' => 'moderation_queue',
'lang' => 'NOTIFICATION_TYPE_MODERATION_QUEUE',
'group' => 'NOTIFICATION_GROUP_POSTING',