From c0e892087198c67bc68679c07edcaf5b89a0e85a Mon Sep 17 00:00:00 2001 From: "Maxim.Kolmakov" Date: Thu, 19 Mar 2020 14:58:55 +0100 Subject: [PATCH] We don't allow referencing in stub tests --- decimal/decimal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decimal/decimal.php b/decimal/decimal.php index c1fa23a7..644912f7 100644 --- a/decimal/decimal.php +++ b/decimal/decimal.php @@ -19,7 +19,7 @@ namespace Decimal { public const ROUND_TRUNCATE = 109; public const DEFAULT_PRECISION = 28; - public const DEFAULT_ROUNDING = self::ROUND_HALF_EVEN; + public const DEFAULT_ROUNDING = 107; public const MIN_PRECISION = 1;