Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit af8c000

Browse files
committed
Use better phpdoc block
1 parent 1ab89a1 commit af8c000

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/Symfony/Component/Console/Style/SymfonyStyle.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -393,12 +393,15 @@ public function newLine($count = 1)
393393
$this->bufferedOutput->write(str_repeat("\n", $count));
394394
}
395395

396+
396397
/**
397-
* Sets the input stream used by the SymfonyQuestionHelper.
398+
* Sets the input stream to read from when interacting with the user.
399+
*
400+
* This is mainly useful for testing purpose.
398401
*
399-
* @param resource $stream
402+
* @param resource $stream The input stream
400403
*
401-
* @throws InvalidArgumentException If the given stream is not a resource
404+
* @throws InvalidArgumentException In case the stream is not a resource
402405
*/
403406
public function setInputStream($stream)
404407
{

0 commit comments

Comments
 (0)