Skip to content

Commit 7a9f5cf

Browse files
committed
minor #15846 [Console] Remove some unneeded imports (javiereguiluz)
This PR was merged into the 5.3 branch. Discussion ---------- [Console] Remove some unneeded imports While reviewing #15728 I found a single occurrence of `HelperSet` in the docs. After checking the example, I think we can remove these unused imports. Commits ------- af5c57a [Console] Remove some unneeded imports
2 parents c8fdee6 + af5c57a commit 7a9f5cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/console/helpers/questionhelper.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,6 @@ Testing a Command that Expects Input
448448
If you want to write a unit test for a command which expects some kind of input
449449
from the command line, you need to set the inputs that the command expects::
450450

451-
use Symfony\Component\Console\Helper\HelperSet;
452-
use Symfony\Component\Console\Helper\QuestionHelper;
453451
use Symfony\Component\Console\Tester\CommandTester;
454452

455453
// ...

0 commit comments

Comments
 (0)