From 881bdb17c28004918c9bd751431b20dfe8e3ccb3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 14 Jan 2023 09:04:50 +0100 Subject: update to 0.83.0 --- REFLECTION | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 11ca167..630169d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #123 ddtrace version 0.82.0 ] { +Extension [ extension #120 ddtrace version 0.83.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -595,7 +595,7 @@ Extension [ extension #123 ddtrace version 0.82.0 ] { } - Constants [7] { - Constant [ string DD_TRACE_VERSION ] { 0.82.0 } + Constant [ string DD_TRACE_VERSION ] { 0.83.0 } Constant [ int DD_TRACE_PRIORITY_SAMPLING_AUTO_KEEP ] { 1 } Constant [ int DD_TRACE_PRIORITY_SAMPLING_AUTO_REJECT ] { 0 } Constant [ int DD_TRACE_PRIORITY_SAMPLING_USER_KEEP ] { 2 } @@ -1092,8 +1092,8 @@ Extension [ extension #123 ddtrace version 0.82.0 ] { - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - Methods [10] { @@ -1110,6 +1110,7 @@ Extension [ extension #123 ddtrace version 0.82.0 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { -- cgit