From d84cfeb5b7ed89a5a963b48e656e6c9188891ba2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 May 2026 11:11:27 +0200 Subject: refresh REFL --- REFLECTION | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/REFLECTION b/REFLECTION index b742ac1..c9bada8 100644 --- a/REFLECTION +++ b/REFLECTION @@ -36,8 +36,8 @@ Extension [ extension #72 bsdiff version 0.1.2 ] { - 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] { @@ -54,6 +54,7 @@ Extension [ extension #72 bsdiff version 0.1.2 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { -- cgit