From e21d4ffde4654a6222eb4973f8f3b96e7383367e Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 11 Apr 2012 08:26:14 +0200 Subject: [PATCH] [Console] fixed CS --- src/Symfony/Component/Console/Formatter/OutputFormatter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Console/Formatter/OutputFormatter.php b/src/Symfony/Component/Console/Formatter/OutputFormatter.php index 8f696c06eb..f3fd12b8a9 100644 --- a/src/Symfony/Component/Console/Formatter/OutputFormatter.php +++ b/src/Symfony/Component/Console/Formatter/OutputFormatter.php @@ -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) {