We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50afff1 commit c036352Copy full SHA for c036352
src/Symfony/Component/Console/Output/StreamOutput.php
@@ -35,7 +35,7 @@ class StreamOutput extends Output
35
/**
36
* Constructor.
37
*
38
- * @param mixed $stream A stream resource
+ * @param resource $stream A stream resource
39
* @param int $verbosity The verbosity level (one of the VERBOSITY constants in OutputInterface)
40
* @param bool|null $decorated Whether to decorate messages (null for auto-guessing)
41
* @param OutputFormatterInterface|null $formatter Output formatter instance (null to use default OutputFormatter)
0 commit comments