From 246b3bf75790dc561f1153fe1ce016d2bab106ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Sch=C3=A4dlich?= Date: Sat, 3 Nov 2018 08:39:20 +0100 Subject: [PATCH] Remove unused variable --- .../Bundle/FrameworkBundle/Command/DebugAutowiringCommand.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Command/DebugAutowiringCommand.php b/src/Symfony/Bundle/FrameworkBundle/Command/DebugAutowiringCommand.php index 3dd5663ead..1c832c04d3 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Command/DebugAutowiringCommand.php +++ b/src/Symfony/Bundle/FrameworkBundle/Command/DebugAutowiringCommand.php @@ -86,7 +86,6 @@ EOF if ($search) { $io->text(sprintf('(only showing classes/interfaces matching %s)', $search)); } - $tableRows = array(); $hasAlias = array(); $all = $input->getOption('all'); $previousId = '-';