Skip to content

Commit ded4b92

Browse files
committed
Add typehint
1 parent abd1742 commit ded4b92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
*/
3131
class ConsoleOutput extends StreamOutput implements ConsoleOutputInterface
3232
{
33+
/**
34+
* @var StreamOutput
35+
*/
3336
private $stderr;
3437

3538
/**

0 commit comments

Comments
 (0)