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
This commit is contained in:
Fabien Potencier 2015-09-15 09:14:43 +02:00
commit 47b17ebef4
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ class DialogHelper extends Helper
/**
* Returns the helper's input stream.
*
* @return string
* @return resource|null The input stream or null if the default STDIN is used
*/
public function getInputStream()
{