[Console] Fixed output formatter docblock.

This commit is contained in:
Jean-François Simon 2012-03-16 07:27:13 +01:00
parent 5631002cd0
commit 31d5fe58fe

View File

@ -166,7 +166,7 @@ class OutputFormatter implements OutputFormatterInterface
*
* @param string $string
*
* @return Symfony\Component\Console\Format\FormatterStyle|Boolean false if string is not format string
* @return \Symfony\Component\Console\Formatter\OutputFormatterStyle|Boolean false if string is not format string
*/
private function createStyleFromString($string)
{