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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user