aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/event/kernel_terminate_subscriber.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2015-04-02 12:37:34 +0200
committerAndreas Fischer <bantu@phpbb.com>2015-04-02 12:37:34 +0200
commit18d3dd54a11fb9fb22f80d0bba00a4061103e66e (patch)
treef59a6650b64f34941fdffeb06b2325b3ed4ac82e /phpBB/phpbb/event/kernel_terminate_subscriber.php
parentfbfcbd5aa7eab6e0660b3fd8492cc3387d3267fb (diff)
parentdbb538afbdce345dfc61b06ec6a84313c1141284 (diff)
downloadforums-18d3dd54a11fb9fb22f80d0bba00a4061103e66e.tar
forums-18d3dd54a11fb9fb22f80d0bba00a4061103e66e.tar.gz
forums-18d3dd54a11fb9fb22f80d0bba00a4061103e66e.tar.bz2
forums-18d3dd54a11fb9fb22f80d0bba00a4061103e66e.tar.xz
forums-18d3dd54a11fb9fb22f80d0bba00a4061103e66e.zip
Merge pull request #3507 from VSEphpbb/ticket/13725
[ticket/13725] Coding guidelines: static public * VSEphpbb/ticket/13725: [ticket/13725] Coding guidelines: static public
Diffstat (limited to 'phpBB/phpbb/event/kernel_terminate_subscriber.php')
-rw-r--r--phpBB/phpbb/event/kernel_terminate_subscriber.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/event/kernel_terminate_subscriber.php b/phpBB/phpbb/event/kernel_terminate_subscriber.php
index 3a709f73fd..f0d0a2f595 100644
--- a/phpBB/phpbb/event/kernel_terminate_subscriber.php
+++ b/phpBB/phpbb/event/kernel_terminate_subscriber.php
@@ -32,7 +32,7 @@ class kernel_terminate_subscriber implements EventSubscriberInterface
exit_handler();
}
- public static function getSubscribedEvents()
+ static public function getSubscribedEvents()
{
return array(
KernelEvents::TERMINATE => array('on_kernel_terminate', ~PHP_INT_MAX),