[Console] fixed CS

This commit is contained in:
Fabien Potencier 2012-04-11 08:26:14 +02:00
parent abe8ba1e1c
commit e21d4ffde4

View File

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