diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-10-26 08:51:06 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-10-26 08:51:06 +0100 |
commit | 7f462c97f90fab7160b972c8a4f6c364e3814724 (patch) | |
tree | b091858754eac238a7d521daeec706b9ba5625d3 /ext/reflection/php_reflection_arginfo.h | |
parent | ef6adb4e27853eb19bf50bad6486311920d6af7b (diff) | |
download | php-git-7f462c97f90fab7160b972c8a4f6c364e3814724.tar.gz |
Revert "Make ReflectionUnionType final"
This reverts commit ef6adb4e27853eb19bf50bad6486311920d6af7b.
Per Ondrej's comment, this is already being used by BetterReflection
adaptors, ugh.
Diffstat (limited to 'ext/reflection/php_reflection_arginfo.h')
-rw-r--r-- | ext/reflection/php_reflection_arginfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/php_reflection_arginfo.h b/ext/reflection/php_reflection_arginfo.h index 5206c90480..591a160ed3 100644 --- a/ext/reflection/php_reflection_arginfo.h +++ b/ext/reflection/php_reflection_arginfo.h @@ -1,5 +1,5 @@ /* This is a generated file, edit the .stub.php file instead. - * Stub hash: 4b759a151e33cdd91e414ac332e3a2760534a1d6 */ + * Stub hash: ec7607b8087ddd4297bf51cc4072465d2a0f27af */ ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Reflection_getModifierNames, 0, 0, 1) ZEND_ARG_TYPE_INFO(0, modifiers, IS_LONG, 0) |