Passed
Push — bugfix/supesc-274-integration-... ( 6df880...30f1a0 )
by Ihor
11:16
created
Business/Payment/Transaction/Handler/AuthorizeTransactionHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      * @var string
21 21
      */
22 22
     public const ERROR_MESSAGE_AUTHORIZE_TRANSACTION_NOT_SUPPORTED =
23
-        'Attempt to call authorize transaction on payment method \'%s\' ' .
23
+        'Attempt to call authorize transaction on payment method \'%s\' '.
24 24
         'that does not support it';
25 25
 
26 26
     /**
Please login to merge, or discard this patch.
Business/Payment/Transaction/Handler/ReservationTransactionHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      * @var string
20 20
      */
21 21
     public const ERROR_MESSAGE_RESERVATION_TRANSACTION_NOT_SUPPORTED =
22
-        'Attempt to call reservation transaction on payment method \'%s\' ' .
22
+        'Attempt to call reservation transaction on payment method \'%s\' '.
23 23
         'that does not support it';
24 24
 
25 25
     /**
Please login to merge, or discard this patch.
Business/Payment/Transaction/Handler/InitializeTransactionHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      * @var string
21 21
      */
22 22
     public const ERROR_MESSAGE_INITIALIZE_TRANSACTION_NOT_SUPPORTED =
23
-        'Attempt to call initialize transaction on payment method \'%s\' ' .
23
+        'Attempt to call initialize transaction on payment method \'%s\' '.
24 24
         'that does not support it';
25 25
 
26 26
     /**
Please login to merge, or discard this patch.
Business/Payment/Transaction/Handler/FinalizeTransactionHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
      * @var string
19 19
      */
20 20
     public const ERROR_MESSAGE_FINALIZE_TRANSACTION_NOT_SUPPORTED =
21
-        'Attempt to call finalize transaction on payment method \'%s\' ' .
21
+        'Attempt to call finalize transaction on payment method \'%s\' '.
22 22
         'that does not support it';
23 23
 
24 24
     /**
Please login to merge, or discard this patch.
Payment/Transaction/Handler/DebitOnRegistrationTransactionHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      * @var string
20 20
      */
21 21
     public const ERROR_MESSAGE_DEBIT_ON_REGISTRATION_TRANSACTION_NOT_SUPPORTED =
22
-        'Attempt to call debit on registration transaction on payment method \'%s\' ' .
22
+        'Attempt to call debit on registration transaction on payment method \'%s\' '.
23 23
         'that does not support it';
24 24
 
25 25
     /**
Please login to merge, or discard this patch.
Heidelpay/Business/Payment/Transaction/Handler/DebitTransactionHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      * @var string
21 21
      */
22 22
     public const ERROR_MESSAGE_DEBIT_TRANSACTION_NOT_SUPPORTED =
23
-        'Attempt to call debit transaction on payment method \'%s\' ' .
23
+        'Attempt to call debit transaction on payment method \'%s\' '.
24 24
         'that does not support it';
25 25
 
26 26
     /**
Please login to merge, or discard this patch.
Business/Payment/Transaction/Handler/ExternalResponseTransactionHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
      * @var string
23 23
      */
24 24
     public const ERROR_MESSAGE_EXTERNAL_RESPONSE_TRANSACTION_NOT_SUPPORTED =
25
-        'Attempt to call external response transaction on payment method \'%s\' ' .
25
+        'Attempt to call external response transaction on payment method \'%s\' '.
26 26
         'that does not support it';
27 27
 
28 28
     /**
Please login to merge, or discard this patch.
Heidelpay/Business/Payment/Transaction/Handler/RefundTransactionHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      * @var string
20 20
      */
21 21
     public const ERROR_MESSAGE_REFUND_TRANSACTION_NOT_SUPPORTED =
22
-        'Attempt to call refund transaction on payment method \'%s\' ' .
22
+        'Attempt to call refund transaction on payment method \'%s\' '.
23 23
         'that does not support it';
24 24
 
25 25
     /**
Please login to merge, or discard this patch.
Business/Payment/Transaction/Handler/CaptureTransactionHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      * @var string
21 21
      */
22 22
     public const ERROR_MESSAGE_CAPTURE_TRANSACTION_NOT_SUPPORTED =
23
-        'Attempt to call capture transaction on payment method \'%s\' ' .
23
+        'Attempt to call capture transaction on payment method \'%s\' '.
24 24
         'that does not support it';
25 25
 
26 26
     /**
Please login to merge, or discard this patch.