diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-04-30 16:59:25 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-07-07 11:18:24 +0200 |
commit | 5d84876ecd383e6492603af57efc711ec1ca093f (patch) | |
tree | 510f38a1608250564e3c9e9a4559ec45ce9ce9ab /core/command/base.php | |
parent | 2f653320146ebdd840176c74d9ffdaaf435e1f2f (diff) | |
download | nextcloud-server-5d84876ecd383e6492603af57efc711ec1ca093f.tar.gz nextcloud-server-5d84876ecd383e6492603af57efc711ec1ca093f.zip |
Missing doc
Diffstat (limited to 'core/command/base.php')
-rw-r--r-- | core/command/base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/command/base.php b/core/command/base.php index f36e00b6dbd..7dba2fde010 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')) { |