Passed
Push — master ( b94297...d3f672 )
by Carl
07:13
created
Models/Adapters/PayInQuery.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,10 +53,10 @@
 block discarded – undo
53 53
                     return $this->payInTranslator->translateMangoPayDirectPayInToDto($createdPayIn);
54 54
                 }
55 55
                 $this->logger->addCritical(
56
-                    "Pay-In has been created with status: ".$createdPayIn->Status . ' (result code: ' . $createdPayIn->ResultCode . ')'
56
+                    "Pay-In has been created with status: " . $createdPayIn->Status . ' (result code: ' . $createdPayIn->ResultCode . ')'
57 57
                 );
58 58
                 throw new PartFireException(
59
-                    "Pay-In has been created with status: ".$createdPayIn->Status . ' (result code: ' . $createdPayIn->ResultCode . ')'
59
+                    "Pay-In has been created with status: " . $createdPayIn->Status . ' (result code: ' . $createdPayIn->ResultCode . ')'
60 60
                 );
61 61
             }
62 62
             $this->logger->addCritical("Failed to create PayIn");
Please login to merge, or discard this patch.