@@ -40,7 +40,7 @@ |
||
40 | 40 | } |
41 | 41 | |
42 | 42 | return [ |
43 | - 'form' => $taxSetForm->createView(), |
|
43 | + 'form' => $taxSetForm->createView(), |
|
44 | 44 | ]; |
45 | 45 | } |
46 | 46 |
@@ -22,7 +22,7 @@ |
||
22 | 22 | */ |
23 | 23 | public function register(Application $app) |
24 | 24 | { |
25 | - $app['flash_messenger'] = function ($app) { |
|
25 | + $app['flash_messenger'] = function($app) { |
|
26 | 26 | return $this->createFlashMessenger($app); |
27 | 27 | }; |
28 | 28 | } |
@@ -454,7 +454,7 @@ |
||
454 | 454 | */ |
455 | 455 | public function resetAccruedTaxCalculatorRoundingErrorDelta() |
456 | 456 | { |
457 | - $this->getFactory() |
|
457 | + $this->getFactory() |
|
458 | 458 | ->createAccruedTaxCalculator() |
459 | 459 | ->resetRoundingErrorDelta(); |
460 | 460 | } |
@@ -12,7 +12,7 @@ |
||
12 | 12 | |
13 | 13 | class ProductOptionKeyBuilder implements KeyBuilderInterface |
14 | 14 | { |
15 | - use KeyBuilderTrait; |
|
15 | + use KeyBuilderTrait; |
|
16 | 16 | |
17 | 17 | /** |
18 | 18 | * @param int $idAbstractProduct |
@@ -20,7 +20,7 @@ |
||
20 | 20 | foreach ($quoteTransfer->getItems() as $itemTransfer) { |
21 | 21 | $itemQuantity = $itemTransfer->getQuantity(); |
22 | 22 | foreach ($itemTransfer->getProductOptions() as $productOptionTransfer) { |
23 | - $productOptionTransfer->setQuantity($itemQuantity); |
|
23 | + $productOptionTransfer->setQuantity($itemQuantity); |
|
24 | 24 | } |
25 | 25 | } |
26 | 26 |
@@ -34,8 +34,8 @@ |
||
34 | 34 | public function saveProductOptionGroup(ProductOptionGroupTransfer $productOptionGroupTransfer) |
35 | 35 | { |
36 | 36 | return $this->getFactory() |
37 | - ->createProductOptionGroupSaver() |
|
38 | - ->saveProductOptionGroup($productOptionGroupTransfer); |
|
37 | + ->createProductOptionGroupSaver() |
|
38 | + ->saveProductOptionGroup($productOptionGroupTransfer); |
|
39 | 39 | } |
40 | 40 | |
41 | 41 | /** |
@@ -153,13 +153,13 @@ |
||
153 | 153 | { |
154 | 154 | if ($this->tableContext === self::TABLE_CONTEXT_EDIT) { |
155 | 155 | return [ |
156 | - self::COL_CHECKBOX => 'Selected', |
|
156 | + self::COL_CHECKBOX => 'Selected', |
|
157 | 157 | ]; |
158 | 158 | } |
159 | 159 | |
160 | - return [ |
|
161 | - self::COL_ACTIONS => 'Actions', |
|
162 | - ]; |
|
160 | + return [ |
|
161 | + self::COL_ACTIONS => 'Actions', |
|
162 | + ]; |
|
163 | 163 | } |
164 | 164 | |
165 | 165 | /** |
@@ -25,7 +25,7 @@ |
||
25 | 25 | */ |
26 | 26 | public function register(Application $app) |
27 | 27 | { |
28 | - $app->finish(function (Request $request) { |
|
28 | + $app->finish(function(Request $request) { |
|
29 | 29 | $this->getClient()->persistCacheForRequest($request); |
30 | 30 | }); |
31 | 31 | } |
@@ -39,7 +39,7 @@ |
||
39 | 39 | $config = $this->getFactory()->getConfig(); |
40 | 40 | $authFacade = $this->getFacade(); |
41 | 41 | |
42 | - $app->before(function (Request $request) use ($app, $authFacade, $config) { |
|
42 | + $app->before(function(Request $request) use ($app, $authFacade, $config) { |
|
43 | 43 | $bundle = $request->attributes->get('module'); |
44 | 44 | $controller = $request->attributes->get('controller'); |
45 | 45 | $action = $request->attributes->get('action'); |