Passed
Push — master ( ffec38...d087b3 )
by
unknown
02:56
created
Models/Adapters/PayInQuery.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -75,10 +75,10 @@
 block discarded – undo
75 75
                     return $this->payInTranslator->translateMangoPayBankwireDirectPayInToDto($createdPayIn);
76 76
                 }
77 77
                 $this->logger->addCritical(
78
-                    "Pay-In has been created with status: ".$createdPayIn->Status . ' (result code: ' . $createdPayIn->ResultCode . ')'
78
+                    "Pay-In has been created with status: " . $createdPayIn->Status . ' (result code: ' . $createdPayIn->ResultCode . ')'
79 79
                 );
80 80
                 throw new PartFireException(
81
-                    "Pay-In has been created with status: ".$createdPayIn->Status . ' (result code: ' . $createdPayIn->ResultCode . ')'
81
+                    "Pay-In has been created with status: " . $createdPayIn->Status . ' (result code: ' . $createdPayIn->ResultCode . ')'
82 82
                 );
83 83
             }
84 84
             $this->logger->addCritical("Failed to create PayIn");
Please login to merge, or discard this patch.