Skip to content

Commit c036352

Browse files
committed
[Console] update param type phpdoc for StreamOutput
1 parent 50afff1 commit c036352

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)