From 7a7bda7de757b2c28773e26a1604057521a94a4a Mon Sep 17 00:00:00 2001 From: Tyson Andre Date: Fri, 20 Oct 2017 22:28:08 -0700 Subject: [PATCH] Remove inapplicable phpdoc comment --- .../FrameworkBundle/Console/Descriptor/TextDescriptor.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php b/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php index 1b35f8c565..c9b21f032b 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php +++ b/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php @@ -377,9 +377,6 @@ class TextDescriptor extends Descriptor $this->writeText($this->formatCallable($callable), $options); } - /** - * @param array $array - */ private function renderEventListenerTable(EventDispatcherInterface $eventDispatcher, $event, array $eventListeners, SymfonyStyle $io) { $tableHeaders = array('Order', 'Callable', 'Priority');