[Console] Added some precision in OutputInterface::write docblock.

This commit is contained in:
Jean-François Simon 2012-08-06 21:34:56 +02:00
parent 842b599c50
commit af0149d638
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ interface OutputInterface
*
* @param string|array $messages The message as an array of lines of a single string
* @param Boolean $newline Whether to add a newline or not
* @param integer $type The type of output
* @param integer $type The type of output (0: normal, 1: raw, 2: plain)
*
* @throws \InvalidArgumentException When unknown output type is given
*
@ -47,7 +47,7 @@ interface OutputInterface
* Writes a message to the output and adds a newline at the end.
*
* @param string|array $messages The message as an array of lines of a single string
* @param integer $type The type of output
* @param integer $type The type of output (0: normal, 1: raw, 2: plain)
*
* @api
*/