[Console] remove weird use statement

This commit is contained in:
Luis Cordova 2014-06-18 07:34:54 -05:00
parent 598d85cf01
commit c117e8eaa8

View File

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