diff options
author | Remi Collet <remi@remirepo.net> | 2023-12-14 14:30:53 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-12-14 14:30:53 +0100 |
commit | cb2bfc152e5b206b8891732df2e7d761d8de23f0 (patch) | |
tree | 5ba6e64d4a80643cc7d43ba39250639e40089170 /REFLECTION | |
parent | de5c166947adedbd5a19ad493a47a675123eb4c5 (diff) |
update to 1.0.1
drop patch merged upstream
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #112 jsonpath version 1.0.0 ] { +Extension [ <persistent> extension #74 jsonpath version 1.0.1 ] { - Classes [2] { Class [ <internal:jsonpath> class JsonPath\JsonPath ] { @@ -41,8 +41,8 @@ Extension [ <persistent> 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 [ <persistent> extension #112 jsonpath version 1.0.0 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { |