Skip to content

Commit d12607b

Browse files
committed
Change format.
1 parent 87847a0 commit d12607b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Money/Money.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ public static function stringToUnits( $string )
276276

277277
public function format()
278278
{
279-
return '$' . number_format($this->getAmount() / 100, 2, '.', '');
279+
return '$' . number_format($this->getAmount() / 100, 2);
280280
}
281281

282282
/**

0 commit comments

Comments
 (0)