Passed
Push — master ( e0cd82...d9403f )
by
unknown
30:43
created
Zed/CustomerDiscountConnector/Business/Saver/CustomerDiscountSaver.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
     public function saveCustomerDiscounts(QuoteTransfer $quoteTransfer): void
37 37
     {
38
-        $this->handleDatabaseTransaction(function () use ($quoteTransfer): void {
38
+        $this->handleDatabaseTransaction(function() use ($quoteTransfer): void {
39 39
             $this->executeCustomerDiscountSaveTransaction($quoteTransfer);
40 40
         });
41 41
     }
Please login to merge, or discard this patch.
Persistence/Propel/AbstractSpyCustomerDiscount.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
  * Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
6 6
  */
7 7
 
8
-declare(strict_types = 1);
8
+declare(strict_types=1);
9 9
 
10 10
 namespace Spryker\Zed\CustomerDiscountConnector\Persistence\Propel;
11 11
 
Please login to merge, or discard this patch.
Persistence/Propel/AbstractSpyCustomerDiscountQuery.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
  * Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
6 6
  */
7 7
 
8
-declare(strict_types = 1);
8
+declare(strict_types=1);
9 9
 
10 10
 namespace Spryker\Zed\CustomerDiscountConnector\Persistence\Propel;
11 11
 
Please login to merge, or discard this patch.
Communication/Plugin/Discount/CustomerReferenceDecisionRulePluginTest.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -28,9 +28,9 @@
 block discarded – undo
28 28
  */
29 29
 class CustomerReferenceDecisionRulePluginTest extends Unit
30 30
 {
31
- /**
32
-  * @var string
33
-  */
31
+    /**
32
+     * @var string
33
+     */
34 34
     protected const TEST_CUSTOMER_REFERENCE = 'test_customer_reference';
35 35
 
36 36
     /**
Please login to merge, or discard this patch.