2.8 changes from #15733

This commit is contained in:
Tobias Schultze 2015-09-09 20:09:35 +02:00
parent 3bae5f7aa9
commit 14c538eb39
2 changed files with 2 additions and 3 deletions

View File

@ -12,7 +12,6 @@
namespace Symfony\Bundle\FrameworkBundle\Command;
use Symfony\Bundle\FrameworkBundle\Translation\TranslationLoader;
use Symfony\Component\Console\Helper\Table;
use Symfony\Component\Console\Style\SymfonyStyle;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputArgument;

View File

@ -467,8 +467,8 @@ class XmlDescriptor extends Descriptor
}
/**
* @param DOMElement $element
* @param array $eventListeners
* @param \DOMElement $element
* @param array $eventListeners
*/
private function appendEventListenerDocument(\DOMElement $element, array $eventListeners)
{