Passed
Push — master ( 7a7cfe...9ace4b )
by Mark
35:26
created
tests/SprykerTest/Zed/Payolution/_support/PayolutionBusinessTester.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -23,8 +23,8 @@
 block discarded – undo
23 23
 
24 24
     use _generated\PayolutionBusinessTesterActions;
25 25
 
26
-   /**
27
-    * Define custom actions here
28
-    */
26
+    /**
27
+     * Define custom actions here
28
+     */
29 29
 
30 30
 }
Please login to merge, or discard this patch.
tests/SprykerTest/Zed/Payolution/_support/PayolutionCommunicationTester.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -23,8 +23,8 @@
 block discarded – undo
23 23
 
24 24
     use _generated\PayolutionCommunicationTesterActions;
25 25
 
26
-   /**
27
-    * Define custom actions here
28
-    */
26
+    /**
27
+     * Define custom actions here
28
+     */
29 29
 
30 30
 }
Please login to merge, or discard this patch.
Zed/ProductReviewCollector/ProductReviewCollectorDependencyProvider.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
      */
50 50
     protected function addCollectorFacade(Container $container)
51 51
     {
52
-        $container[static::FACADE_COLLECTOR] = function (Container $container) {
52
+        $container[static::FACADE_COLLECTOR] = function(Container $container) {
53 53
             return new ProductReviewCollectorToCollectorBridge($container->getLocator()->collector()->facade());
54 54
         };
55 55
     }
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
      */
62 62
     protected function addSearchFacade(Container $container)
63 63
     {
64
-        $container[static::FACADE_SEARCH] = function (Container $container) {
64
+        $container[static::FACADE_SEARCH] = function(Container $container) {
65 65
             return new ProductReviewCollectorToSearchBridge($container->getLocator()->search()->facade());
66 66
         };
67 67
     }
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
      */
74 74
     protected function addDataReaderService(Container $container)
75 75
     {
76
-        $container[static::SERVICE_DATA_READER] = function (Container $container) {
76
+        $container[static::SERVICE_DATA_READER] = function(Container $container) {
77 77
             return $container->getLocator()->utilDataReader()->service();
78 78
         };
79 79
     }
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
      */
86 86
     protected function addTouchQueryContainer(Container $container)
87 87
     {
88
-        $container[static::QUERY_CONTAINER_TOUCH] = function (Container $container) {
88
+        $container[static::QUERY_CONTAINER_TOUCH] = function(Container $container) {
89 89
             return $container->getLocator()->touch()->queryContainer();
90 90
         };
91 91
     }
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
      */
98 98
     protected function addStore(Container $container)
99 99
     {
100
-        $container[static::STORE] = function () {
100
+        $container[static::STORE] = function() {
101 101
             return Store::getInstance();
102 102
         };
103 103
     }
Please login to merge, or discard this patch.
Propel/src/Spryker/Zed/Propel/Communication/Console/MigrateConsole.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
 
47 47
         $process = new Process($command, APPLICATION_ROOT_DIR);
48 48
 
49
-        return $process->run(function ($type, $buffer) {
49
+        return $process->run(function($type, $buffer) {
50 50
             echo $buffer;
51 51
         });
52 52
     }
Please login to merge, or discard this patch.
Bundles/Propel/src/Spryker/Zed/Propel/Communication/Console/DiffConsole.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
         $process = new Process($command, APPLICATION_ROOT_DIR);
53 53
         $process->setTimeout(self::PROCESS_TIMEOUT);
54 54
 
55
-        return $process->run(function ($type, $buffer) {
55
+        return $process->run(function($type, $buffer) {
56 56
             echo $buffer;
57 57
         });
58 58
     }
Please login to merge, or discard this patch.
tests/SprykerTest/Shared/Propel/_support/Helper/PropelInstallHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
     {
135 135
         $process = new Process($command, Configuration::projectDir());
136 136
         $process->setTimeout(600);
137
-        $process->mustRun(function ($type, $buffer) use ($command) {
137
+        $process->mustRun(function($type, $buffer) use ($command) {
138 138
             if (Process::ERR === $type) {
139 139
                 echo $command . ' Failed:' . PHP_EOL;
140 140
                 echo $buffer;
Please login to merge, or discard this patch.
Propel/tests/SprykerTest/Zed/Propel/_support/PropelBusinessTester.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -23,8 +23,8 @@
 block discarded – undo
23 23
 
24 24
     use _generated\PropelBusinessTesterActions;
25 25
 
26
-   /**
27
-    * Define custom actions here
28
-    */
26
+    /**
27
+     * Define custom actions here
28
+     */
29 29
 
30 30
 }
Please login to merge, or discard this patch.
src/Spryker/Zed/ProductReviewGui/ProductReviewGuiDependencyProvider.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
      */
48 48
     protected function addUtilSanitizeService(Container $container)
49 49
     {
50
-        $container[static::SERVICE_UTIL_SANITIZE] = function (Container $container) {
50
+        $container[static::SERVICE_UTIL_SANITIZE] = function(Container $container) {
51 51
             return new ServiceProductReviewGuiToUtilSanitizeBridge($container->getLocator()->utilSanitize()->service());
52 52
         };
53 53
     }
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
      */
60 60
     protected function addUtilDateTimeService(Container $container)
61 61
     {
62
-        $container[static::SERVICE_UTIL_DATE_TIME] = function (Container $container) {
62
+        $container[static::SERVICE_UTIL_DATE_TIME] = function(Container $container) {
63 63
             return new ServiceProductReviewGuiToDateTimeBridge($container->getLocator()->utilDateTime()->service());
64 64
         };
65 65
     }
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
      */
84 84
     protected function addProductReviewFacade(Container $container)
85 85
     {
86
-        $container[static::FACADE_PRODUCT_REVIEW] = function (Container $container) {
86
+        $container[static::FACADE_PRODUCT_REVIEW] = function(Container $container) {
87 87
             return new ProductReviewGuiToProductReviewBridge($container->getLocator()->productReview()->facade());
88 88
         };
89 89
     }
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
      */
96 96
     protected function addProductReviewQueryContainer(Container $container)
97 97
     {
98
-        $container[static::QUERY_CONTAINER_PRODUCT_REVIEW] = function (Container $container) {
98
+        $container[static::QUERY_CONTAINER_PRODUCT_REVIEW] = function(Container $container) {
99 99
             return new ProductReviewGuiToProductReviewQueryContainerBridge($container->getLocator()->productReview()->queryContainer());
100 100
         };
101 101
     }
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
      */
108 108
     protected function addLocaleFacade(Container $container)
109 109
     {
110
-        $container[static::FACADE_LOCALE] = function (Container $container) {
110
+        $container[static::FACADE_LOCALE] = function(Container $container) {
111 111
             return new ProductReviewGuiToLocaleBridge($container->getLocator()->locale()->facade());
112 112
         };
113 113
     }
Please login to merge, or discard this patch.
src/Spryker/Yves/Application/Plugin/Provider/CookieServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     public function register(Application $app)
30 30
     {
31 31
         $this->app = $app;
32
-        $app['cookies'] = $app->share(function () {
32
+        $app['cookies'] = $app->share(function() {
33 33
             return new ArrayObject();
34 34
         });
35 35
     }
Please login to merge, or discard this patch.