Skip to content

Commit e366a98

Browse files
committed
minor #24657 Remove inapplicable phpdoc comment (TysonAndre)
This PR was merged into the 2.8 branch. Discussion ---------- Remove inapplicable phpdoc comment | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | | Fixed tickets | | License | MIT | Doc PR | Commits ------- 7a7bda7 Remove inapplicable phpdoc comment
2 parents 77a74df + 7a7bda7 commit e366a98

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Symfony/Bundle/FrameworkBundle/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)