[Console] fixed typo

This commit is contained in:
Fabien Potencier 2012-04-11 09:12:51 +02:00
parent e21d4ffde4
commit 9d5743b35c

View File

@ -165,7 +165,7 @@ class OutputFormatter implements OutputFormatterInterface
$style = $this->createStyleFromString($match[2]);
if (false === $style) {
return $match[3];
return $match[0];
}
}