From 5d84876ecd383e6492603af57efc711ec1ca093f Mon Sep 17 00:00:00 2001 From: Joas Schilling <nickvergessen@owncloud.com> Date: Thu, 30 Apr 2015 16:59:25 +0200 Subject: [PATCH] Missing doc --- core/command/base.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/command/base.php b/core/command/base.php index f36e00b6db..7dba2fde01 100644 --- a/core/command/base.php +++ b/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')) { -- GitLab