Remove inapplicable phpdoc comment

This commit is contained in:
Tyson Andre 2017-10-20 22:28:08 -07:00
parent 77a74df487
commit 7a7bda7de7

View File

@ -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');