Passed
Push — develop ( f8f565...b9c597 )
by Reüel
05:18
created
src/Gateway.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -425,7 +425,7 @@
 block discarded – undo
425 425
 
426 426
 					if ( 'issuer' === $detail->key && 'select' === $detail->type ) {
427 427
 						foreach ( $detail->items as $item ) {
428
-							$issuers[ \strval( $item->id ) ] = \strval( $item->name );
428
+							$issuers[\strval( $item->id )] = \strval( $item->name );
429 429
 						}
430 430
 					}
431 431
 				}
Please login to merge, or discard this patch.