Passed
Push — bugfix/supesc-213-is-capture-a... ( b6d348...db0ba1 )
by Anton
16:04
created
Business/Payment/Transaction/Handler/AuthorizeTransactionHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 class AuthorizeTransactionHandler implements AuthorizeTransactionHandlerInterface
18 18
 {
19 19
     public const ERROR_MESSAGE_AUTHORIZE_TRANSACTION_NOT_SUPPORTED =
20
-        'Attempt to call authorize transaction on payment method \'%s\' ' .
20
+        'Attempt to call authorize transaction on payment method \'%s\' '.
21 21
         'that does not support it';
22 22
 
23 23
     /**
Please login to merge, or discard this patch.
Payment/Transaction/Handler/AuthorizeOnRegistrationTransactionHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 class AuthorizeOnRegistrationTransactionHandler implements AuthorizeOnRegistrationTransactionHandlerInterface
17 17
 {
18 18
     public const ERROR_MESSAGE_AUTHORIZE_ON_REGISTRATION_TRANSACTION_NOT_SUPPORTED =
19
-        'Attempt to call authorize on registration transaction on payment method \'%s\' ' .
19
+        'Attempt to call authorize on registration transaction on payment method \'%s\' '.
20 20
         'that does not support it';
21 21
 
22 22
     /**
Please login to merge, or discard this patch.