aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command
diff options
context:
space:
mode:
authorEtienne Baroux <barouxe@phelma.grenoble-inp.fr>2014-06-05 15:11:15 +0200
committerEtienne Baroux <barouxe@phelma.grenoble-inp.fr>2014-06-05 15:11:15 +0200
commitc6999481e7ebd4c24127161ad2b51d8c3e15dc05 (patch)
tree6054850dee26072c6bf68b66cbf66d299c5b9971 /phpBB/phpbb/console/command
parentf119e060b72b82f5b4242129a647d828370b6c49 (diff)
downloadforums-c6999481e7ebd4c24127161ad2b51d8c3e15dc05.tar
forums-c6999481e7ebd4c24127161ad2b51d8c3e15dc05.tar.gz
forums-c6999481e7ebd4c24127161ad2b51d8c3e15dc05.tar.bz2
forums-c6999481e7ebd4c24127161ad2b51d8c3e15dc05.tar.xz
forums-c6999481e7ebd4c24127161ad2b51d8c3e15dc05.zip
[ticket/12602] Add types, change description of cron:list.
PHPBB3-12602
Diffstat (limited to 'phpBB/phpbb/console/command')
-rw-r--r--phpBB/phpbb/console/command/cron/cron_list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/cron/cron_list.php b/phpBB/phpbb/console/command/cron/cron_list.php
index 9d9a3bdef7..1c32e6e306 100644
--- a/phpBB/phpbb/console/command/cron/cron_list.php
+++ b/phpBB/phpbb/console/command/cron/cron_list.php
@@ -80,7 +80,7 @@ class cron_list extends \phpbb\console\command\command
}
}
- public function print_tasks_names($tasks, $output)
+ protected function print_tasks_names(array $tasks, OutputInterface $output)
{
foreach ($tasks as $task)
{