Passed
Branch master (a258f1)
by Mike
02:32
created
src/Xervice/Web/WebDependencyProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.