Skip to content

Commit bbda3c4

Browse files
authored
Merge pull request #2 from Nyholm/analysis-Xan2k7
Apply fixes from StyleCI
2 parents 6c27c6d + 3d7a478 commit bbda3c4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/AppKernel.php

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ public function registerBundles()
8484
public function registerContainerConfiguration(LoaderInterface $loader)
8585
{
8686
$loader->load(function (ContainerBuilder $container) use ($loader) {
87-
$container->loadFromExtension('framework', array(
88-
'router' => array(
87+
$container->loadFromExtension('framework', [
88+
'router' => [
8989
'resource' => 'kernel:loadRoutes',
9090
'type' => 'service',
91-
),
92-
));
91+
],
92+
]);
9393

9494
$this->configFiles = array_unique($this->configFiles);
9595
foreach ($this->configFiles as $path) {
@@ -101,7 +101,8 @@ public function registerContainerConfiguration(LoaderInterface $loader)
101101
}
102102

103103
/**
104-
* (From MicroKernelTrait)
104+
* (From MicroKernelTrait).
105+
*
105106
* @internal
106107
*/
107108
public function loadRoutes(LoaderInterface $loader)

0 commit comments

Comments
 (0)