Missing doc
This commit is contained in:
parent
2f65332014
commit
5d84876ecd
|
@ -43,6 +43,7 @@ class Base extends Command {
|
||||||
* @param InputInterface $input
|
* @param InputInterface $input
|
||||||
* @param OutputInterface $output
|
* @param OutputInterface $output
|
||||||
* @param array $items
|
* @param array $items
|
||||||
|
* @param string $prefix
|
||||||
*/
|
*/
|
||||||
protected function writeArrayInOutputFormat(InputInterface $input, OutputInterface $output, $items, $prefix = ' - ') {
|
protected function writeArrayInOutputFormat(InputInterface $input, OutputInterface $output, $items, $prefix = ' - ') {
|
||||||
switch ($input->getOption('output')) {
|
switch ($input->getOption('output')) {
|
||||||
|
|
Loading…
Reference in New Issue