mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/14542] Add missing dockblocks
PHPBB3-14542
This commit is contained in:
parent
447f094871
commit
8c137a5658
2 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,8 @@ class cron
|
|||
/**
|
||||
* Handles CRON requests
|
||||
*
|
||||
* @param string $cron_type
|
||||
*
|
||||
* @return Response
|
||||
*/
|
||||
public function handle($cron_type)
|
||||
|
|
|
@ -56,6 +56,8 @@ class cron_runner_listener implements EventSubscriberInterface
|
|||
|
||||
/**
|
||||
* Runs the cron job after the response was sent
|
||||
*
|
||||
* @param PostResponseEvent $event The event
|
||||
*/
|
||||
public function on_kernel_terminate(PostResponseEvent $event)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue