diff options
author | Máté Bartus <mate.bartus@gmail.com> | 2016-08-07 22:03:21 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-05-06 21:45:27 +0200 |
commit | ab6835d849ddd2b79ae72600a8e3455509a9708f (patch) | |
tree | 5e72f643bc8785b06505e05a0e3726187070d5f0 /phpBB/phpbb/cron | |
parent | 271ac6b57e6725fb1aba869c832beb482f85d61c (diff) | |
download | forums-ab6835d849ddd2b79ae72600a8e3455509a9708f.tar forums-ab6835d849ddd2b79ae72600a8e3455509a9708f.tar.gz forums-ab6835d849ddd2b79ae72600a8e3455509a9708f.tar.bz2 forums-ab6835d849ddd2b79ae72600a8e3455509a9708f.tar.xz forums-ab6835d849ddd2b79ae72600a8e3455509a9708f.zip |
[ticket/14542] Add missing dockblocks
PHPBB3-14542
Diffstat (limited to 'phpBB/phpbb/cron')
-rw-r--r-- | phpBB/phpbb/cron/controller/cron.php | 2 | ||||
-rw-r--r-- | phpBB/phpbb/cron/event/cron_runner_listener.php | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/phpbb/cron/controller/cron.php b/phpBB/phpbb/cron/controller/cron.php index d71136ee5d..6f0e35e4cd 100644 --- a/phpBB/phpbb/cron/controller/cron.php +++ b/phpBB/phpbb/cron/controller/cron.php @@ -23,6 +23,8 @@ class cron /** * Handles CRON requests * + * @param string $cron_type + * * @return Response */ public function handle($cron_type) diff --git a/phpBB/phpbb/cron/event/cron_runner_listener.php b/phpBB/phpbb/cron/event/cron_runner_listener.php index 323ac966ac..9e9ecf0d47 100644 --- a/phpBB/phpbb/cron/event/cron_runner_listener.php +++ b/phpBB/phpbb/cron/event/cron_runner_listener.php @@ -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) { |