Passed
Push — feature/eco-1681/eco-2469-refa... ( fe3aa8...389b0d )
by Ruslan
04:34
created
src/SprykerEco/Zed/Episerver/EpiserverDependencyProvider.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
      */
46 46
     protected function addFacadeMoney(Container $container): Container
47 47
     {
48
-        $container[static::FACADE_MONEY] = function (Container $container) {
48
+        $container[static::FACADE_MONEY] = function(Container $container) {
49 49
             return new EpiserverToMoneyFacadeBridge($container->getLocator()->money()->facade());
50 50
         };
51 51
 
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
      */
60 60
     protected function addFacadeLocale(Container $container): Container
61 61
     {
62
-        $container[static::FACADE_LOCALE] = function (Container $container) {
62
+        $container[static::FACADE_LOCALE] = function(Container $container) {
63 63
             return new EpiserverToLocaleFacadeBridge($container->getLocator()->locale()->facade());
64 64
         };
65 65
 
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
      */
74 74
     protected function addFacadeSales(Container $container): Container
75 75
     {
76
-        $container[static::FACADE_SALES] = function (Container $container) {
76
+        $container[static::FACADE_SALES] = function(Container $container) {
77 77
             return new EpiserverToSalesFacadeBridge($container->getLocator()->sales()->facade());
78 78
         };
79 79
 
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
      */
88 88
     protected function addStore(Container $container): Container
89 89
     {
90
-        $container[static::STORE] = function (Container $container) {
90
+        $container[static::STORE] = function(Container $container) {
91 91
             return Store::getInstance();
92 92
         };
93 93
 
Please login to merge, or discard this patch.