8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf8a997 commit c356a23Copy full SHA for c356a23
src/Symfony/Component/Console/Completion/CompletionInput.php
@@ -141,7 +141,7 @@ public function bind(InputDefinition $definition): void
141
* TYPE_OPTION_NAME when completing the name of an input option
142
* TYPE_NONE when nothin 61C4 g should be completed
143
*
144
- * @return self::TYPE_* TYPE_OPTION_NAME and TYPE_NONE are already implemented by the Console component
+ * @return string One of self::TYPE_* constants. TYPE_OPTION_NAME and TYPE_NONE are already implemented by the Console component
145
*/
146
public function getCompletionType(): string
147
{
0 commit comments