Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 953017b

Browse files
committed
Minor fix
1 parent 8e006cb commit 953017b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InfiniteDecimal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ public function additiveInverse()
231231
* @param integer $scale
232232
* @return Decimal
233233
*/
234-
public function round()
234+
public function round($scale = 0)
235235
{
236236
return $this;
237237
}

0 commit comments

Comments
 (0)