Failed Conditions
Push — develop ( fddd60...a501c7 )
by Remco
07:49
created
src/Gateway.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -157,7 +157,7 @@
 block discarded – undo
157 157
 					$name = \sprintf(
158 158
 						/* translators: %s: item index */
159 159
 						\__( 'Item %s', 'pronamic_ideal' ),
160
-						$i++
160
+						$i ++
161 161
 					);
162 162
 
163 163
 					if ( null !== $line->get_name() && '' !== $line->get_name() ) {
Please login to merge, or discard this patch.