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

Commit 6dfe303

Browse files
committed
Minor documentation fix
1 parent 5594502 commit 6dfe303

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Decimal.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ final class Decimal
3939
/**
4040
* Private constructor
4141
* @param integer $scale
42+
* @param string $value
4243
*/
4344
private function __construct($value, $scale)
4445
{
@@ -803,6 +804,9 @@ private static function paramsValidation($value, $scale)
803804
}
804805
}
805806

807+
/**
808+
* @return string
809+
*/
806810
private static function normalizeSign($sign)
807811
{
808812
if ($sign==='+') {

0 commit comments

Comments
 (0)