From 31d5fe58fe78dd33e45905ca620961574902f33b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Simon?= Date: Fri, 16 Mar 2012 07:27:13 +0100 Subject: [PATCH] [Console] Fixed output formatter docblock. --- 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 8d60c74f8d..f8967080e4 100644 --- a/src/Symfony/Component/Console/Formatter/OutputFormatter.php +++ b/src/Symfony/Component/Console/Formatter/OutputFormatter.php @@ -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) {