[Console] fix typo in OutputInterface

This commit is contained in:
Tobias Schultze 2015-09-14 14:10:47 +02:00
parent b185056776
commit 50afff1647
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,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 string|array $messages The message as an array of lines or a single string
* @param int $type The type of output (one of the OUTPUT constants)
*
* @throws \InvalidArgumentException When unknown output type is given