Remove unused variable

This commit is contained in:
Jan Schädlich 2018-11-03 08:39:20 +01:00 committed by GitHub
parent 08fb12b6f3
commit 246b3bf757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,6 @@ EOF
if ($search) {
$io->text(sprintf('(only showing classes/interfaces matching <comment>%s</comment>)', $search));
}
$tableRows = array();
$hasAlias = array();
$all = $input->getOption('all');
$previousId = '-';