mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16955] Fix most return types in phpdoc
PHPBB3-16955
This commit is contained in:
@@ -66,7 +66,7 @@ class kernel_exception_subscriber implements EventSubscriberInterface
|
||||
* This listener is run when the KernelEvents::EXCEPTION event is triggered
|
||||
*
|
||||
* @param ExceptionEvent $event
|
||||
* @return null
|
||||
* @return void
|
||||
*/
|
||||
public function on_kernel_exception(ExceptionEvent $event)
|
||||
{
|
||||
|
Reference in New Issue
Block a user