We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671253c commit 4b46b71Copy full SHA for 4b46b71
Command/AbstractConfigCommand.php
@@ -32,7 +32,7 @@ protected function listBundles(OutputInterface $output)
32
$rows = array();
33
34
$bundles = $this->getContainer()->get('kernel')->getBundles();
35
- usort($bundles, function($bundleA, $bundleB) {
+ usort($bundles, function ($bundleA, $bundleB) {
36
return strcmp($bundleA->getName(), $bundleB->getName());
37
});
38
0 commit comments