Test Failed
Branch develop (2d7b21)
by Reüel
04:45
created
Category
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -205,7 +205,7 @@
 block discarded – undo
205 205
 					$id   = Security::filter( $xml_issuer['id'] );
206 206
 					$name = Security::filter( $xml_issuer );
207 207
 
208
-					$issuers[ $id ] = $name;
208
+					$issuers[$id] = $name;
209 209
 				}
210 210
 			}
211 211
 		}
Please login to merge, or discard this patch.