Skip to content

Commit fd22d8f

Browse files
committed
[Console] fix phpdoc of DialogHelper
1 parent 6d3f124 commit fd22d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Helper/DialogHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ public function setInputStream($stream)
385385
/**
386386
* Returns the helper's input stream.
387387
*
388-
* @return string
388+
* @return resource|null The input stream or null if the default STDIN is used
389389
*/
390390
public function getInputStream()
391391
{

0 commit comments

Comments
 (0)