8000 minor #11162 [Console] remove weird use statement (cordoval) · symfony/symfony@cd0309f · GitHub
[go: up one dir, main page]

Skip to content

Commit cd0309f

Browse files
committed
minor #11162 [Console] remove weird use statement (cordoval)
This PR was merged into the 2.5 branch. Discussion ---------- [Console] remove weird use statement |Q |A | |--- |--- | |Bug Fix? |yes | |New Feature? |no | |BC Breaks? |no | |Deprecations?|no | |Tests Pass? |yes | |Fixed Tickets| | |License |MIT | |Doc PR | | Commits ------- c117e8e [Console] remove weird use statement
2 parents bebd18c + c117e8e commit cd0309f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Symfony/Component/Console/Question/Question.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*/
1111

1212
namespace Symfony\Component\Console\Question;
13-
use Doctrine\Common\Proxy\Exception\InvalidArgumentException;
1413

1514
/**
1615
* Represents a Question.
@@ -184,7 +183,7 @@ public function getValidator()
184183
*
185184
* @return Question The current instance
186185
*
187-
* @throws InvalidArgumentException In case the number of attempts is invalid.
186+
* @throws \InvalidArgumentException In case the number of attempts is invalid.
188187
*/
189188
public function setMaxAttempts($attempts)
190189
{

0 commit comments

Comments
 (0)
0