diff options
author | Mate Bartus <mate.bartus@gmail.com> | 2015-07-20 18:47:10 +0200 |
---|---|---|
committer | Mate Bartus <mate.bartus@gmail.com> | 2015-07-20 18:47:10 +0200 |
commit | 6216007caaa884bdbca8bbb5e098ff231b5a36a6 (patch) | |
tree | 38b2c59b314841e867394e11680eda642cedcd88 /phpBB/phpbb/install/helper/iohandler | |
parent | 88bf1d7f5802fc37bf77277a8ee65c6fb1f34c87 (diff) | |
download | forums-6216007caaa884bdbca8bbb5e098ff231b5a36a6.tar forums-6216007caaa884bdbca8bbb5e098ff231b5a36a6.tar.gz forums-6216007caaa884bdbca8bbb5e098ff231b5a36a6.tar.bz2 forums-6216007caaa884bdbca8bbb5e098ff231b5a36a6.tar.xz forums-6216007caaa884bdbca8bbb5e098ff231b5a36a6.zip |
[ticket/13740] Fix docblocks and comments
PHPBB3-13740
Diffstat (limited to 'phpBB/phpbb/install/helper/iohandler')
-rw-r--r-- | phpBB/phpbb/install/helper/iohandler/cli_iohandler.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/phpbb/install/helper/iohandler/cli_iohandler.php b/phpBB/phpbb/install/helper/iohandler/cli_iohandler.php index f9c19f6d85..bf68f363c3 100644 --- a/phpBB/phpbb/install/helper/iohandler/cli_iohandler.php +++ b/phpBB/phpbb/install/helper/iohandler/cli_iohandler.php @@ -45,7 +45,8 @@ class cli_iohandler extends iohandler_base /** * Set the style and output used to display feedback; * - * @param OutputStyle $style + * @param OutputStyle $style + * @param OutputInterface $output */ public function set_style(OutputStyle $style, OutputInterface $output) { |