Skip to content

Commit 0e51fde

Browse files
committed
Remove inapplicable phpdoc comment
1 parent d0f0182 commit 0e51fde

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Console/Descriptor/TextDescriptor.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,9 +377,6 @@ protected function describeCallable($callable, array $options = array())
377377
$this->writeText($this->formatCallable($callable), $options);
378378
}
379379

380-
/**
381-
* @param array $array
382-
*/
383380
private function renderEventListenerTable(EventDispatcherInterface $eventDispatcher, $event, array $eventListeners, SymfonyStyle $io)
384381
{
385382
$tableHeaders = array('Order', 'Callable', 'Priority');

0 commit comments

Comments
 (0)