Skip to content

Commit 3564ec8

Browse files
authored
Remove unused variable
1 parent c3f9abc commit 3564ec8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Command/DebugAutowiringCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ protected function execute(InputInterface $input, OutputInterface $output)
8686
if ($search) {
8787
$io->text(sprintf('(only showing classes/interfaces matching <comment>%s</comment>)', $search));
8888
}
89-
$tableRows = array();
9089
$hasAlias = array();
9190
$all = $input->getOption('all');
9291
$previousId = '-';

0 commit comments

Comments
 (0)