Skip to content

Commit bafdb0c

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: (21 commits) prevent the installation of unstable phpdocumentor/type-resolver releases Update UPGRADE-6.2.md [VarExporter] Fix possible memory-leak when using lazy-objects [Framework] Fix Infobip Mailer transport factory import [WebProfilerBundle] Fix form panel expanders chore: fix typo 'do' verb [Twig Bridge] Add PHPdoc information to some email methods [TwigBridge] Fix casing of currentRoute/currentRouteParameters methods Amend MoneyType twig to include a space. [DependencyInjection][ErrorHandler][FrameworkBundle][HttpKernel][TwigBridge] Fix "a" before "URL" [FrameworkBundle] Add alximy as backer of v6.2 Fixed undefined variable error [Security] Fix deprecated namespace Update UPGRADE-6.2.md don't register the MailerTestCommand symfony/console is not installed Bump Symfony version to 6.2.1 Update VERSION for 6.2.0 Update CHANGELOG for 6.2.0 [GHA] Fix scorecards Convert previously defined date attribute to the expected class ...
2 parents f06e403 + 58f6cef commit bafdb0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Completion/Output/ZshCompletionOutput.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class ZshCompletionOutput implements CompletionOutputInterface
2121
{
2222
public function write(CompletionSuggestions $suggestions, OutputInterface $output): void
2323
{
24+
$values = [];
2425
foreach ($suggestions->getValueSuggestions() as $value) {
2526
$values[] = $value->getValue().($value->getDescription() ? "\t".$value->getDescription() : '');
2627
}

0 commit comments

Comments
 (0)