Passed
Push — master ( 14f537...5665a9 )
by Carl
02:40
created
Models/Adapters/PayOutQuery.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,10 +55,10 @@
 block discarded – undo
55 55
                     return $this->payOutTranslator->translateMangoToPayOutDto($createdPayout);
56 56
                 }
57 57
                 $this->logger->addCritical(
58
-                    "Pay-Out has been created with status: ".$createdPayout->Status . ' (result code: ' . $createdPayout->ResultCode . ' '. $createdPayout->ResultMessage.')'
58
+                    "Pay-Out has been created with status: " . $createdPayout->Status . ' (result code: ' . $createdPayout->ResultCode . ' ' . $createdPayout->ResultMessage . ')'
59 59
                 );
60 60
                 throw new PartFireException(
61
-                    "Pay-Out has been created with status: ".$createdPayout->Status . ' (result code: ' . $createdPayout->ResultCode . ' '. $createdPayout->ResultMessage.')'
61
+                    "Pay-Out has been created with status: " . $createdPayout->Status . ' (result code: ' . $createdPayout->ResultCode . ' ' . $createdPayout->ResultMessage . ')'
62 62
                 );
63 63
             }
64 64
             $this->logger->addCritical("Failed to create PayOut");
Please login to merge, or discard this patch.