8000 2.8 changes from #15733 · lrlopez/symfony@14c538e · GitHub
[go: up one dir, main page]

Skip to content

Commit 14c538e

Browse files
committed
2.8 changes from symfony#15733
1 parent 3bae5f7 commit 14c538e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Bundle\FrameworkBundle\Command;
1313

1414
use Symfony\Bundle\FrameworkBundle\Translation\TranslationLoader;
15-
use Symfony\Component\Console\Helper\Table;
1615
use Symfony\Component\Console\Style\SymfonyStyle;
1716
use Symfony\Component\Console\Input\InputInterface;
1817
use Symfony\Component\Console\Input\InputArgument;

src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/XmlDescriptor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,8 @@ private function getEventDispatcherListenersDocument(EventDispatcherInterface $e
467467
}
468468

469469
/**
470-
* @param DOMElement $element
471-
* @param array $eventListeners
470+
* @param \DOMElement $element
471+
* @param array $eventListeners
472472
*/
473473
private function appendEventListenerDocument(\DOMElement $element, array $eventListeners)
474474
{

0 commit comments

Comments
 (0)
0