8000 revert · symfony/symfony@2ab6261 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ab6261

Browse files
authored
revert
1 parent 8e6f883 commit 2ab6261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Completion/CompletionInput.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ final class CompletionInput extends ArgvInput
3434
private $tokens;
3535
private $currentIndex;
3636
private $completionType;
37-
private $completionName;
37+
private $completionName = null;
3838
private $completionValue = '';
3939

4040
/**

0 commit comments

Comments
 (0)
0