diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -36,8 +36,8 @@ Extension [ <persistent> 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 [ <persistent> extension #72 bsdiff version 0.1.2 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { |
