Test Failed
Push — master ( 4c0154...84398e )
by kacper
03:36 queued 01:22
created
src/BCMathExtended/BC.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -492,7 +492,7 @@  discard block
 block discarded – undo
492 492
     {
493 493
         return static::decBaseHelper(
494 494
             $base,
495
-            static function (int $base) use ($number) {
495
+            static function(int $base) use ($number) {
496 496
                 $value = '';
497 497
                 if ('0' === $number) {
498 498
                     return chr((int)$number);
@@ -564,7 +564,7 @@  discard block
 block discarded – undo
564 564
     {
565 565
         return static::decBaseHelper(
566 566
             $base,
567
-            static function (int $base) use ($binary) {
567
+            static function(int $base) use ($binary) {
568 568
                 $size = strlen($binary);
569 569
                 $return = '0';
570 570
                 for ($i = 0; $i < $size; ++$i) {
Please login to merge, or discard this patch.