1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/13725] Coding guidelines: static public

PHPBB3-13725
This commit is contained in:
Matt Friedman
2015-03-27 00:02:20 -07:00
parent 9a9a665a0a
commit dbb538afbd
21 changed files with 34 additions and 34 deletions

View File

@@ -106,7 +106,7 @@ class kernel_exception_subscriber implements EventSubscriberInterface
$event->setResponse($response);
}
public static function getSubscribedEvents()
static public function getSubscribedEvents()
{
return array(
KernelEvents::EXCEPTION => 'on_kernel_exception',