8000 [Console] Fix broken docblock · symfony/symfony@c356a23 · GitHub
[go: up one dir, main page]

Skip to content

Commit c356a23

Browse files
committed
[Console] Fix broken docblock
1 parent cf8a997 commit c356a23

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
@@ -141,7 +141,7 @@ public function bind(InputDefinition $definition): void
141141
* TYPE_OPTION_NAME when completing the name of an input option
142142
* TYPE_NONE when nothin 61C4 g should be completed
143143
*
144-
* @return self::TYPE_* TYPE_OPTION_NAME and TYPE_NONE are already implemented by the Console component
144+
* @return string One of self::TYPE_* constants. TYPE_OPTION_NAME and TYPE_NONE are already implemented by the Console component
145145
*/
146146
public function getCompletionType(): string
147147
{

0 commit comments

Comments
 (0)
0