Passed
Push — develop ( 4fa55a...08bba0 )
by nguereza
04:41 queued 02:54
created
src/Filter/NumberFilter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -243,7 +243,7 @@
 block discarded – undo
243 243
             } else {
244 244
                 $arr = explode('.', $base);
245 245
             }
246
-            $separator = '%.' . (string)(strlen($arr[1]) + (abs((int)$decimal) - 1)) . 'f';
246
+            $separator = '%.' . (string) (strlen($arr[1]) + (abs((int) $decimal) - 1)) . 'f';
247 247
 
248 248
             $value = sprintf($separator, $variable);
249 249
         }
Please login to merge, or discard this patch.