8000 Minor PR fixes · symfony/symfony@036b041 · GitHub
[go: up one dir, main page]

Skip to content

Commit 036b041

Browse files
authored
Minor PR fixes
1 parent 59dd752 commit 036b041

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/AboutCommand.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ protected function execute(InputInterface $input, OutputInterface $output)
4747
/** @var $kernel KernelInterface */
4848
$kernel = $this->getContainer()->get('kernel');
4949
$baseDir = realpath($kernel->getRootDir().DIRECTORY_SEPARATOR.'..');
50-
$bundles = array_map(function ($bundle) use ($baseDir) {
51-
return $bundle->getName();
52-
}, $kernel->getBundles());
53-
sort($bundles);
5450

5551
$io->table(array(), array(
5652
array('<info>Symfony</>'),

0 commit comments

Comments
 (0)
0