From c117e8eaa8b4d646b3269b3f1207ff534ad5375c Mon Sep 17 00:00:00 2001 From: Luis Cordova Date: Wed, 18 Jun 2014 07:34:54 -0500 Subject: [PATCH] [Console] remove weird use statement --- src/Symfony/Component/Console/Question/Question.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Symfony/Component/Console/Question/Question.php b/src/Symfony/Component/Console/Question/Question.php index e47bfb1e92..3003f19c55 100644 --- a/src/Symfony/Component/Console/Question/Question.php +++ b/src/Symfony/Component/Console/Question/Question.php @@ -10,7 +10,6 @@ */ namespace Symfony\Component\Console\Question; -use Doctrine\Common\Proxy\Exception\InvalidArgumentException; /** * Represents a Question. @@ -184,7 +183,7 @@ class Question * * @return Question The current instance * - * @throws InvalidArgumentException In case the number of attempts is invalid. + * @throws \InvalidArgumentException In case the number of attempts is invalid. */ public function setMaxAttempts($attempts) {