Skip to content

Commit aface30

Browse files
committed
minor #13143 Update routing.rst (DurandSacha)
This PR was submitted for the master branch but it was squashed and merged into the 4.4 branch instead. Discussion ---------- Update routing.rst add some uses statements ( InputInterface & OutputInterface ) Commits ------- 1703a2f Update routing.rst
2 parents 6f62e72 + 1703a2f commit aface30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

routing.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1971,6 +1971,9 @@ This information can be configured per command too::
19711971
// src/Command/SomeCommand.php
19721972
namespace App\Command;
19731973

1974+
use Symfony\Component\Console\Command\Command;
1975+
use Symfony\Component\Console\Input\InputInterface;
1976+
use Symfony\Component\Console\Output\OutputInterface;
19741977
use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
19751978
use Symfony\Component\Routing\RouterInterface;
19761979
// ...

0 commit comments

Comments
 (0)