Skip to content

Commit 3cf95ee

Browse files
committed
minor symfony#15789 [Console] update param type phpdoc for StreamOutput (Tobion)
This PR was merged into the 2.3 branch. Discussion ---------- [Console] update param type phpdoc for StreamOutput Makes it consistent with `getStream()` | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Commits ------- c036352 [Console] update param type phpdoc for StreamOutput
2 parents d87db39 + c036352 commit 3cf95ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Output/StreamOutput.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class StreamOutput extends Output
3535
/**
3636
* Constructor.
3737
*
38-
* @param mixed $stream A stream resource
38+
* @param resource $stream A stream resource
3939
* @param int $verbosity The verbosity level (one of the VERBOSITY constants in OutputInterface)
4040
* @param bool|null $decorated Whether to decorate messages (null for auto-guessing)
4141
* @param OutputFormatterInterface|null $formatter Output formatter instance (null to use default OutputFormatter)

0 commit comments

Comments
 (0)