Failed Conditions
Push — develop ( 1f62ac...b051bf )
by Reüel
13:26
created
src/Gateway.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
 			$issuers = array();
75 75
 
76 76
 			foreach ( $country->get_issuers() as $issuer ) {
77
-				$issuers[ $issuer->get_id() ] = $issuer->get_name();
77
+				$issuers[$issuer->get_id()] = $issuer->get_name();
78 78
 			}
79 79
 
80 80
 			$groups[] = array(
Please login to merge, or discard this patch.