diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-13 17:12:53 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-13 17:12:53 +0100 |
commit | b2b3568932aa8c70981b9230f1af216938191944 (patch) | |
tree | 59e303bedab5fe755fc17ef2b315a8b42bff1db3 /package.xml | |
parent | 81cb671ef1b07c563ed6be2776d5174107e1257e (diff) |
add type hinting in reflection
return NULL instead of FALSE on failure
Diffstat (limited to 'package.xml')
-rw-r--r-- | package.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.xml b/package.xml index 24eabd5..4dc976e 100644 --- a/package.xml +++ b/package.xml @@ -28,6 +28,8 @@ Available functions: <license>PHP 3.01</license> <notes> - fix build with RPM 4.12 (Fedora 21-22 only) +- add type hinting in reflection +- return NULL instead of FALSE on failure </notes> <contents> <dir name="/"> |