Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3dcbdfd

Browse files
committed
minor #20414 [Console] Fix double use Statement (Jan Emrich)
This PR was merged into the 2.8 branch. Discussion ---------- [Console] Fix double use Statement | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT Commits ------- c3dacbb Remove double use Statement
2 parents 8fd9721 + c3dacbb commit 3dcbdfd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/Console/Helper/QuestionHelper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
use Symfony\Component\Console\Formatter\OutputFormatterStyle;
2020
use Symfony\Component\Console\Question\Question;
2121
use Symfony\Component\Console\Question\ChoiceQuestion;
22-
use Symfony\Component\Console\Exception\RuntimeException;
2322

2423
/**
2524
* The QuestionHelper class provides helpers to interact with the user.

0 commit comments

Comments
 (0)