Completed
Push — intl ( 51e284 )
by Fabio
06:51
created
framework/I18N/core/NumberFormatInfo.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -292,8 +292,7 @@
 block discarded – undo
292 292
 			{
293 293
 				$groupSize1 = $decimalPos - $groupPos1-1;
294 294
 
295
-			}
296
-			else
295
+			} else
297 296
 			{
298 297
 				//no decimal point, so traverse from the back
299 298
 				//to find the groupsize 1.
Please login to merge, or discard this patch.