File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/Symfony/Bundle/FrameworkBundle Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 12
12
namespace Symfony \Bundle \FrameworkBundle \Command ;
13
13
14
14
use Symfony \Bundle \FrameworkBundle \Translation \TranslationLoader ;
15
- use Symfony \Component \Console \Helper \Table ;
16
15
use Symfony \Component \Console \Style \SymfonyStyle ;
17
16
use Symfony \Component \Console \Input \InputInterface ;
18
17
use Symfony \Component \Console \Input \InputArgument ;
Original file line number Diff line number Diff line change @@ -467,8 +467,8 @@ private function getEventDispatcherListenersDocument(EventDispatcherInterface $e
467
467
}
468
468
469
469
/**
470
- * @param DOMElement $element
471
- * @param array $eventListeners
470
+ * @param \ DOMElement $element
471
+ * @param array $eventListeners
472
472
*/
473
473
private function appendEventListenerDocument (\DOMElement $ element , array $ eventListeners )
474
474
{
You can’t perform that action at this time.
0 commit comments