From 7978ec08798961a26f71948fcb69e2ae6159bdbe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Nov 2018 07:49:31 +0100 Subject: v1.1.0 --- REFLECTION | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index cd0d22e..3d424da 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #83 decimal version 1.0.1 ] { +Extension [ extension #84 decimal version 1.1.0 ] { - Classes [1] { Class [ final class Decimal\Decimal implements JsonSerializable ] { @@ -45,7 +45,7 @@ Extension [ extension #83 decimal version 1.0.1 ] { - Properties [0] { } - - Methods [39] { + - Methods [40] { Method [ public method __construct ] { - Parameters [2] { @@ -183,6 +183,13 @@ Extension [ extension #83 decimal version 1.0.1 ] { - Return [ Decimal\Decimal ] } + Method [ public method trim ] { + + - Parameters [0] { + } + - Return [ Decimal\Decimal ] + } + Method [ public method precision ] { - Parameters [0] { -- cgit