From 6b72cda1a7e3da2b046e5a377c03815a173f5e2a Mon Sep 17 00:00:00 2001 From: Laszlo Korte Date: Thu, 23 Jun 2011 22:03:13 +0200 Subject: [PATCH] removed whitespace --- .../Component/Console/Formatter/OutputFormatterInterface.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Symfony/Component/Console/Formatter/OutputFormatterInterface.php b/src/Symfony/Component/Console/Formatter/OutputFormatterInterface.php index d001c6f3bb..fd205a4eba 100644 --- a/src/Symfony/Component/Console/Formatter/OutputFormatterInterface.php +++ b/src/Symfony/Component/Console/Formatter/OutputFormatterInterface.php @@ -20,7 +20,6 @@ namespace Symfony\Component\Console\Formatter; */ interface OutputFormatterInterface { - /** * Sets the decorated flag. *