Passed
Push — master ( 843515...db168e )
by Diego
04:15
created
src/Mailer/RewardEmailManager.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
     ): void {
28 28
         $this->emailSender->send(
29 29
             Emails::PROMOTION_REWARD,
30
-            [$customer->getEmail()],
30
+            [ $customer->getEmail() ],
31 31
             [
32 32
                 'coupon' => $coupon,
33 33
                 'channel' => $channel,
Please login to merge, or discard this patch.
src/Reward/RewardHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,6 +36,6 @@
 block discarded – undo
36 36
 
37 37
     private function resolve(string $rewardType): RewardHandlerInterface
38 38
     {
39
-        return $this->handlers[$rewardType];
39
+        return $this->handlers[ $rewardType ];
40 40
     }
41 41
 }
Please login to merge, or discard this patch.