Skip to content

Commit 93857b7

Browse files
Merge branch '2.8' into 3.3
* 2.8: [2.8] Fix some docblocks Escape trailing \ in QuestionHelper autocompletion Add "doctrine/annotations" to top-level composer.json Remove inapplicable phpdoc comment nit: Fix phpdoc inconsistency and unreachable statement
2 parents 3da09e9 + 0e51fde commit 93857b7

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
@@ -417,9 +417,6 @@ protected function describeCallable($callable, array $options = array())
417417
$this->writeText($this->formatCallable($callable), $options);
418418
}
419419

420-
/**
421-
* @param array $array
422-
*/
423420
private function renderEventListenerTable(EventDispatcherInterface $eventDispatcher, $event, array $eventListeners, SymfonyStyle $io)
424421
{
425422
$tableHeaders = array('Order', 'Callable', 'Priority');

0 commit comments

Comments
 (0)