diff options
author | Joas Schilling <coding@schilljs.com> | 2016-09-21 14:21:39 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-09-29 15:57:10 +0200 |
commit | 8906b1cc95cfb729fcedeb40402d4e8855139096 (patch) | |
tree | 3848fd5daf68d0b460e5bb036ea04f101a2292fe /core/Command/Config/Import.php | |
parent | 691a5d40a4420c15a23db0f49f67a7fb1ecf7738 (diff) | |
download | nextcloud-server-8906b1cc95cfb729fcedeb40402d4e8855139096.tar.gz nextcloud-server-8906b1cc95cfb729fcedeb40402d4e8855139096.zip |
Add autocomplete for db:* and log:*
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/Command/Config/Import.php')
-rw-r--r-- | core/Command/Config/Import.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Config/Import.php b/core/Command/Config/Import.php index 15517f860a5..4a8db1c9656 100644 --- a/core/Command/Config/Import.php +++ b/core/Command/Config/Import.php @@ -201,7 +201,7 @@ class Import extends Command implements CompletionAwareInterface { /** * @param string $optionName * @param CompletionContext $context - * @return string[]|false + * @return string[] */ public function completeOptionValues($optionName, CompletionContext $context) { return []; |