Passed
Push — develop ( 3af5b3...4680c2 )
by Remco
03:33
created
src/Gateway.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -313,7 +313,7 @@
 block discarded – undo
313 313
 				foreach ( $details as $detail ) {
314 314
 					if ( 'issuer' === $detail->key && 'select' === $detail->type ) {
315 315
 						foreach ( $detail->items as $item ) {
316
-							$issuers[ $item->id ] = $item->name;
316
+							$issuers[$item->id] = $item->name;
317 317
 						}
318 318
 					}
319 319
 				}
Please login to merge, or discard this patch.