Skip to content

Commit 3572764

Browse files
committed
fixed wrong output
1 parent 21472da commit 3572764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Numeral.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ public function format($format = null)
5757
$output = $this->formatNumber();
5858
}
5959

60-
// return ['number' => self::$number, 'format' => $this->format, 'output' => $output];
61-
return ['format' => self::$format, 'output' => $output];
60+
// return ['number' => self::$number, 'format' => $this->format, 'output' => $output];
61+
// return ['format' => self::$format, 'output' => $output];
6262

6363
return $output;
6464
}

0 commit comments

Comments
 (0)