Failed Conditions
Push — master ( b93676...72aa2a )
by Reüel
12:37 queued 06:27
created
src/Gateway.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
 					continue;
95 95
 				}
96 96
 
97
-				$issuers[ $id ] = $name;
97
+				$issuers[$id] = $name;
98 98
 			}
99 99
 
100 100
 			$groups[] = array(
Please login to merge, or discard this patch.