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
-------

7a7bda7de7 Remove inapplicable phpdoc comment
This commit is contained in:
Maxime Steinhausser 2017-10-22 10:25:55 +02:00
commit e366a98dc4

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