@@ -43,7 +43,7 @@ discard block |
||
43 | 43 | protected function addPluginCollection( |
44 | 44 | DependencyContainerInterface $container |
45 | 45 | ): DependencyContainerInterface { |
46 | - $container[self::ROUTE_PROVIDER_COLLECTION] = function () { |
|
46 | + $container[self::ROUTE_PROVIDER_COLLECTION] = function() { |
|
47 | 47 | return new PluginCollection( |
48 | 48 | $this->getRouteProvider() |
49 | 49 | ); |
@@ -59,7 +59,7 @@ discard block |
||
59 | 59 | protected function addRoutingFacade( |
60 | 60 | DependencyContainerInterface $container |
61 | 61 | ): DependencyContainerInterface { |
62 | - $container[self::ROUTING_FACADE] = function (DependencyContainerInterface $container) { |
|
62 | + $container[self::ROUTING_FACADE] = function(DependencyContainerInterface $container) { |
|
63 | 63 | return $container->getLocator()->routing()->facade(); |
64 | 64 | }; |
65 | 65 | return $container; |