Failed Conditions
Push — develop ( 06cf49...d16b7e )
by Reüel
05:54
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.