Completed
Push — master ( c209a2...8b3986 )
by
unknown
25s queued 10s
created
src/Spryker/Service/UtilDataReader/UtilDataReaderDependencyProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
      */
36 36
     protected function addYamlReader(Container $container)
37 37
     {
38
-        $container[static::YAML_READER] = function () {
38
+        $container[static::YAML_READER] = function() {
39 39
             return new YamlReaderBridge(new Yaml());
40 40
         };
41 41
 
Please login to merge, or discard this patch.
Testify/tests/SprykerTest/Shared/Testify/_support/Helper/BusinessHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
     private function createClosure()
69 69
     {
70 70
         $dependencies = $this->getDependencies();
71
-        $callback = function (TestifyConfiguratorInterface $configurator) use ($dependencies) {
71
+        $callback = function(TestifyConfiguratorInterface $configurator) use ($dependencies) {
72 72
             foreach ($dependencies as $key => $value) {
73 73
                 $configurator->getContainer()->set($key, $value);
74 74
             }
Please login to merge, or discard this patch.
Spryker/Zed/AvailabilityDataFeed/AvailabilityDataFeedDependencyProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
      */
44 44
     public function providePersistenceLayerDependencies(Container $container)
45 45
     {
46
-        $container[self::AVAILABILITY_QUERY_CONTAINER] = function (Container $container) {
46
+        $container[self::AVAILABILITY_QUERY_CONTAINER] = function(Container $container) {
47 47
             $availabilityQueryContainer = $container->getLocator()
48 48
                 ->availability()
49 49
                 ->queryContainer();
Please login to merge, or discard this patch.
src/Spryker/Zed/CategoryDataFeed/CategoryDataFeedDependencyProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
      */
44 44
     public function providePersistenceLayerDependencies(Container $container)
45 45
     {
46
-        $container[self::CATEGORY_QUERY_CONTAINER] = function (Container $container) {
46
+        $container[self::CATEGORY_QUERY_CONTAINER] = function(Container $container) {
47 47
             $categoryQueryContainer = $container->getLocator()
48 48
                 ->category()
49 49
                 ->queryContainer();
Please login to merge, or discard this patch.
Zed/ProductAbstractDataFeed/ProductAbstractDataFeedDependencyProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
      */
44 44
     public function providePersistenceLayerDependencies(Container $container)
45 45
     {
46
-        $container[self::PRODUCT_QUERY_CONTAINER] = function (Container $container) {
46
+        $container[self::PRODUCT_QUERY_CONTAINER] = function(Container $container) {
47 47
             $productQueryContainer = $container->getLocator()
48 48
                 ->product()
49 49
                 ->queryContainer();
Please login to merge, or discard this patch.
tests/SprykerTest/Zed/Discount/Business/Calculator/Type/PercentageTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
     {
107 107
         $items = $this->getDiscountableItems(
108 108
             [
109
-                 self::ITEM_GROSS_PRICE_1000,
109
+                    self::ITEM_GROSS_PRICE_1000,
110 110
             ]
111 111
         );
112 112
 
Please login to merge, or discard this patch.
SprykerTest/Zed/Discount/Business/QueryString/SpecificationBuilderTest.php 2 patches
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
 
44 44
         $createComparatorOperatorsMock = $this->createComparatorOperatorsMock();
45 45
         $createComparatorOperatorsMock->method('isExistingComparator')
46
-            ->willReturnCallback(function (ClauseTransfer $clauseTransfer) {
46
+            ->willReturnCallback(function(ClauseTransfer $clauseTransfer) {
47 47
                 return $clauseTransfer->getOperator() === '=' ? true : false;
48 48
             });
49 49
 
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
 
69 69
         $createComparatorOperatorsMock = $this->createComparatorOperatorsMock();
70 70
         $createComparatorOperatorsMock->method('isExistingComparator')
71
-            ->willReturnCallback(function (ClauseTransfer $clauseTransfer) {
71
+            ->willReturnCallback(function(ClauseTransfer $clauseTransfer) {
72 72
                 return $clauseTransfer->getOperator() === '=' ? true : false;
73 73
             });
74 74
 
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
 
94 94
         $createComparatorOperatorsMock = $this->createComparatorOperatorsMock();
95 95
         $createComparatorOperatorsMock->method('isExistingComparator')
96
-            ->willReturnCallback(function (ClauseTransfer $clauseTransfer) {
96
+            ->willReturnCallback(function(ClauseTransfer $clauseTransfer) {
97 97
                 return $clauseTransfer->getOperator() === '=' ? true : false;
98 98
             });
99 99
 
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
 
124 124
         $createComparatorOperatorsMock = $this->createComparatorOperatorsMock();
125 125
         $createComparatorOperatorsMock->method('isExistingComparator')
126
-            ->willReturnCallback(function (ClauseTransfer $clauseTransfer) {
126
+            ->willReturnCallback(function(ClauseTransfer $clauseTransfer) {
127 127
                 if ($clauseTransfer->getOperator() === '=' || $clauseTransfer->getOperator() === 'is in') {
128 128
                     return true;
129 129
                 }
@@ -151,7 +151,7 @@  discard block
 block discarded – undo
151 151
 
152 152
         $createComparatorOperatorsMock = $this->createComparatorOperatorsMock();
153 153
         $createComparatorOperatorsMock->method('isExistingComparator')
154
-            ->willReturnCallback(function (ClauseTransfer $clauseTransfer) {
154
+            ->willReturnCallback(function(ClauseTransfer $clauseTransfer) {
155 155
                 if ($clauseTransfer->getOperator() === '=') {
156 156
                     return true;
157 157
                 }
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
176 176
 
177 177
         $createComparatorOperatorsMock = $this->createComparatorOperatorsMock();
178 178
         $createComparatorOperatorsMock->method('isExistingComparator')
179
-            ->willReturnCallback(function (ClauseTransfer $clauseTransfer) {
179
+            ->willReturnCallback(function(ClauseTransfer $clauseTransfer) {
180 180
                 if ($clauseTransfer->getOperator() === '=') {
181 181
                     return true;
182 182
                 }
@@ -215,7 +215,7 @@  discard block
 block discarded – undo
215 215
 
216 216
         $createComparatorOperatorsMock = $this->createComparatorOperatorsMock();
217 217
         $createComparatorOperatorsMock->method('isExistingComparator')
218
-            ->willReturnCallback(function (ClauseTransfer $clauseTransfer) {
218
+            ->willReturnCallback(function(ClauseTransfer $clauseTransfer) {
219 219
                 if ($clauseTransfer->getOperator() === '=') {
220 220
                     return true;
221 221
                 }
Please login to merge, or discard this patch.
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@
 block discarded – undo
158 158
     protected function createDecisionRulePlugins()
159 159
     {
160 160
         return [
161
-           new SkuDecisionRulePlugin(),
161
+            new SkuDecisionRulePlugin(),
162 162
         ];
163 163
     }
164 164
 
Please login to merge, or discard this patch.
tests/SprykerTest/Zed/Discount/Business/Voucher/VoucherCodeTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
 
48 48
         $discountQueryContainerMock = $this->createDiscountQueryContainerMock();
49 49
         $discountQueryContainerMock->method('queryVoucherPoolByVoucherCodes')
50
-             ->willReturn($discountQueryMock);
50
+                ->willReturn($discountQueryMock);
51 51
 
52 52
         $voucherCode = $this->createVoucherCode($discountQueryContainerMock);
53 53
         $updated = $voucherCode->useCodes(['123']);
Please login to merge, or discard this patch.
Zed/Gui/Communication/Plugin/Twig/Buttons/AbstractButtonFunction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      */
28 28
     protected function getFunction()
29 29
     {
30
-        return function ($url, $title, $options = []) {
30
+        return function($url, $title, $options = []) {
31 31
             if (!array_key_exists(ButtonUrlGenerator::ICON, $options)) {
32 32
                 $options[ButtonUrlGenerator::ICON] = $this->getIcon();
33 33
             }
Please login to merge, or discard this patch.