File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments