diff --git a/Completion/Output/ZshCompletionOutput.php b/Completion/Output/ZshCompletionOutput.php index 280601d92..bb4ce70b5 100644 --- a/Completion/Output/ZshCompletionOutput.php +++ b/Completion/Output/ZshCompletionOutput.php @@ -21,6 +21,7 @@ class ZshCompletionOutput implements CompletionOutputInterface { public function write(CompletionSuggestions $suggestions, OutputInterface $output): void { + $values = []; foreach ($suggestions->getValueSuggestions() as $value) { $values[] = $value->getValue().($value->getDescription() ? "\t".$value->getDescription() : ''); }
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: