8000 minor #24657 Remove inapplicable phpdoc comment (TysonAndre) · symfony/symfony@e366a98 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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? | | F 8000 ixed 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)
0