Failed Conditions
Push — develop ( 363dd7...1fd1c4 )
by Reüel
13:12
created
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@
 block discarded – undo
197 197
 				$id   = Security::filter( $issuer->id );
198 198
 				$name = Security::filter( $issuer->name );
199 199
 
200
-				$issuers[ $id ] = $name;
200
+				$issuers[$id] = $name;
201 201
 			}
202 202
 		}
203 203
 
Please login to merge, or discard this patch.