Skip to content

Commit 4b46b71

Browse files
committed
fixed CS
1 parent 671253c commit 4b46b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/AbstractConfigCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ protected function listBundles(OutputInterface $output)
3232
$rows = array();
3333

3434
$bundles = $this->getContainer()->get('kernel')->getBundles();
35-
usort($bundles, function($bundleA, $bundleB) {
35+
usort($bundles, function ($bundleA, $bundleB) {
3636
return strcmp($bundleA->getName(), $bundleB->getName());
3737
});
3838

0 commit comments

Comments
 (0)