Missing doc

This commit is contained in:
Joas Schilling 2015-04-30 16:59:25 +02:00
parent 2f65332014
commit 5d84876ecd
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ class Base extends Command {
* @param InputInterface $input
* @param OutputInterface $output
* @param array $items
* @param string $prefix
*/
protected function writeArrayInOutputFormat(InputInterface $input, OutputInterface $output, $items, $prefix = ' - ') {
switch ($input->getOption('output')) {