From cb2bfc152e5b206b8891732df2e7d761d8de23f0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 14 Dec 2023 14:30:53 +0100 Subject: update to 1.0.1 drop patch merged upstream --- REFLECTION | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 41998de..87cddbe 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #112 jsonpath version 1.0.0 ] { +Extension [ extension #74 jsonpath version 1.0.1 ] { - Classes [2] { Class [ class JsonPath\JsonPath ] { @@ -41,8 +41,8 @@ Extension [ extension #112 jsonpath version 1.0.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] { @@ -59,6 +59,7 @@ Extension [ extension #112 jsonpath version 1.0.0 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { -- cgit