Passed
Push — master ( df9d34...ce947e )
by
unknown
10:03
created
src/Message/CompletePurchaseResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
             throw new InvalidResponseException('Invalid response from payment gateway');
42 42
         }
43 43
 
44
-        if ( empty($decryptedString) ) {
44
+        if (empty($decryptedString)) {
45 45
             throw new InvalidResponseException('Invalid response from payment gateway');
46 46
         }
47 47
 
Please login to merge, or discard this patch.