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) {