Missing doc

remotes/origin/handlebars-approach
Joas Schilling 11 years ago
parent 2f65332014
commit 5d84876ecd
  1. 1
      core/command/base.php

@ -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')) {

Loading…
Cancel
Save