Skip to content

Commit 14850d9

Browse files
minor #29068 Remove unused variable (jschaedl)
This PR was merged into the 4.2-dev branch. Discussion ---------- Remove unused variable | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 246b3bf757 Remove unused variable
2 parents 6c79cb9 + 3564ec8 commit 14850d9

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)