mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 20:10:18 +02:00
[ticket/14542] Add missing dockblocks
PHPBB3-14542
This commit is contained in:
committed by
Marc Alexander
parent
271ac6b57e
commit
ab6835d849
@@ -23,6 +23,8 @@ class cron
|
|||||||
/**
|
/**
|
||||||
* Handles CRON requests
|
* Handles CRON requests
|
||||||
*
|
*
|
||||||
|
* @param string $cron_type
|
||||||
|
*
|
||||||
* @return Response
|
* @return Response
|
||||||
*/
|
*/
|
||||||
public function handle($cron_type)
|
public function handle($cron_type)
|
||||||
|
@@ -56,6 +56,8 @@ class cron_runner_listener implements EventSubscriberInterface
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Runs the cron job after the response was sent
|
* Runs the cron job after the response was sent
|
||||||
|
*
|
||||||
|
* @param PostResponseEvent $event The event
|
||||||
*/
|
*/
|
||||||
public function on_kernel_terminate(PostResponseEvent $event)
|
public function on_kernel_terminate(PostResponseEvent $event)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user