Failed Conditions
Push — develop ( a65457...184cc4 )
by Reüel
06:23
created
src/Gateway.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
 			$options = array();
87 87
 
88 88
 			foreach ( $issuers as $issuer ) {
89
-				$options[ $issuer['IssuerKeyword'] ] = $issuer['Description'];
89
+				$options[$issuer['IssuerKeyword']] = $issuer['Description'];
90 90
 			}
91 91
 
92 92
 			$groups[] = array(
@@ -135,7 +135,7 @@  discard block
 block discarded – undo
135 135
 						break;
136 136
 				}
137 137
 
138
-				$options[ $issuer ] = $name;
138
+				$options[$issuer] = $name;
139 139
 			}
140 140
 
141 141
 			$groups[] = array(
Please login to merge, or discard this patch.