Test Failed
Push — develop ( 799195...dd22ef )
by Remco
04:31
created
src/PaymentMethodType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@
 block discarded – undo
160 160
 		}
161 161
 
162 162
 		if ( array_key_exists( $payment_method, self::$map ) ) {
163
-			return self::$map[ $payment_method ];
163
+			return self::$map[$payment_method];
164 164
 		}
165 165
 
166 166
 		return null;
Please login to merge, or discard this patch.