Skip to content

Commit 449ce33

Browse files
committed
Merge branch '2.8' into 3.0
* 2.8: fixed CS fixed CS tweaked default CS fixer config [HttpKernel] Dont close the output stream in debug move HttpKernel component to require section Fixed oci and sqlsrv merge queries when emulation is disabled - fixes #17284 [Session] fix PDO transaction aborted under PostgreSQL [Console] Use InputInterface inherited doc as possible Mention generating absolute urls in UPGRADE files and CHANGELOG add docblock type elements to support newly added IteratorAggregate::getIterator PhpStorm support FormBuilderInterface: fix getForm() return type. Fixed typo in PHPDoc
2 parents 873ca2a + b6e2522 commit 449ce33

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
@@ -31,7 +31,7 @@ protected function listBundles($output)
3131
$rows = array();
3232

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

0 commit comments

Comments
 (0)