8000 minor #15791 [Console] fix phpdoc of DialogHelper (Tobion) · symfony/symfony@47b17eb · GitHub
[go: up one dir, main page]

Skip to content

Commit 47b17eb

Browse files
committed
minor #15791 [Console] fix phpdoc of DialogHelper (Tobion)
This PR was merged into the 2.3 branch. Discussion ---------- [Console] fix phpdoc of DialogHelper | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- fd22d8f [Console] fix phpdoc of DialogHelper
2 parents 68353a6 + fd22d8f commit 47b17eb

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)
0