aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/cache/purge.php
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2016-12-08 14:25:09 -0800
committerMatt Friedman <maf675@gmail.com>2016-12-08 14:25:09 -0800
commitcbf6d71f6859fd6c036967ed19082f3e54efc328 (patch)
tree0db265f8f3679b7a2004f4100fc33f5106a733d9 /phpBB/phpbb/console/command/cache/purge.php
parentb17fa7dfa588fc191f4ed268b88dcaec40294acb (diff)
downloadforums-cbf6d71f6859fd6c036967ed19082f3e54efc328.tar
forums-cbf6d71f6859fd6c036967ed19082f3e54efc328.tar.gz
forums-cbf6d71f6859fd6c036967ed19082f3e54efc328.tar.bz2
forums-cbf6d71f6859fd6c036967ed19082f3e54efc328.tar.xz
forums-cbf6d71f6859fd6c036967ed19082f3e54efc328.zip
[ticket/14895] Fix issues in CLI classes
PHPBB3-14895
Diffstat (limited to 'phpBB/phpbb/console/command/cache/purge.php')
-rw-r--r--phpBB/phpbb/console/command/cache/purge.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/console/command/cache/purge.php b/phpBB/phpbb/console/command/cache/purge.php
index 1da97624f5..b7a51b2bb4 100644
--- a/phpBB/phpbb/console/command/cache/purge.php
+++ b/phpBB/phpbb/console/command/cache/purge.php
@@ -40,7 +40,7 @@ class purge extends \phpbb\console\command\command
* @param \phpbb\cache\driver\driver_interface $cache Cache instance
* @param \phpbb\db\driver\driver_interface $db Database connection
* @param \phpbb\auth\auth $auth Auth instance
- * @param \phpbb\log\log $log Logger instance
+ * @param \phpbb\log\log_interface $log Logger instance
* @param \phpbb\config\config $config Config instance
*/
public function __construct(\phpbb\user $user, \phpbb\cache\driver\driver_interface $cache, \phpbb\db\driver\driver_interface $db, \phpbb\auth\auth $auth, \phpbb\log\log_interface $log, \phpbb\config\config $config)
@@ -72,7 +72,7 @@ class purge extends \phpbb\console\command\command
* @param InputInterface $input An InputInterface instance
* @param OutputInterface $output An OutputInterface instance
*
- * @return null
+ * @return void
*/
protected function execute(InputInterface $input, OutputInterface $output)
{