From 80e34c964095c04da3c805536bcba566e2d341b8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 20 Jan 2024 08:44:00 +0100 Subject: update to 1.5.0 build out of sources tree --- REFLECTION | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index a842798..1a34827 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,7 +1,7 @@ -Extension [ extension #121 decimal version 1.4.0 ] { +Extension [ extension #63 decimal version 1.5.0 ] { - Classes [1] { - Class [ final class Decimal\Decimal implements JsonSerializable ] { + Class [ final class Decimal\Decimal implements Stringable, JsonSerializable ] { - Constants [13] { Constant [ public int ROUND_UP ] { 101 } @@ -27,7 +27,7 @@ Extension [ extension #121 decimal version 1.4.0 ] { - Parameters [2] { Parameter #0 [ $values ] - Parameter #1 [ int or NULL $precision ] + Parameter #1 [ ?int $precision = ] } - Return [ Decimal\Decimal ] } @@ -36,7 +36,7 @@ Extension [ extension #121 decimal version 1.4.0 ] { - Parameters [2] { Parameter #0 [ $values ] - Parameter #1 [ int or NULL $precision ] + Parameter #1 [ ?int $precision = ] } - Return [ Decimal\Decimal ] } @@ -49,8 +49,8 @@ Extension [ extension #121 decimal version 1.4.0 ] { Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ int $precision ] + Parameter #0 [ $value = ] + Parameter #1 [ int $precision = ] } } @@ -169,8 +169,8 @@ Extension [ extension #121 decimal version 1.4.0 ] { Method [ public method round ] { - Parameters [2] { - Parameter #0 [ int or NULL $places ] - Parameter #1 [ int or NULL $rounding ] + Parameter #0 [ ?int $places = ] + Parameter #1 [ ?int $rounding = ] } - Return [ Decimal\Decimal ] } @@ -284,9 +284,9 @@ Extension [ extension #121 decimal version 1.4.0 ] { Method [ public method toFixed ] { - Parameters [3] { - Parameter #0 [ int or NULL $places ] - Parameter #1 [ bool or NULL $commas ] - Parameter #2 [ int or NULL $rounding ] + Parameter #0 [ ?int $places = ] + Parameter #1 [ ?bool $commas = ] + Parameter #2 [ ?int $rounding = ] } - Return [ string ] } @@ -332,12 +332,12 @@ Extension [ extension #121 decimal version 1.4.0 ] { - Parameters [2] { Parameter #0 [ $op1 ] - Parameter #1 [ $op2 ] + Parameter #1 [ $op2 = ] } - Return [ bool ] } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } -- cgit