Passed
Push — feature/post-pay ( e32459...b77f87 )
by Reüel
04:59
created
src/PaymentBrands.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -118,8 +118,8 @@
 block discarded – undo
118 118
 			return null;
119 119
 		}
120 120
 
121
-		if ( isset( self::$map[ $payment_method ] ) ) {
122
-			return self::$map[ $payment_method ];
121
+		if ( isset( self::$map[$payment_method] ) ) {
122
+			return self::$map[$payment_method];
123 123
 		}
124 124
 
125 125
 		return $default;
Please login to merge, or discard this patch.