diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-10-25 19:20:03 +0100 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-10-25 20:14:07 +0100 |
commit | ef6adb4e27853eb19bf50bad6486311920d6af7b (patch) | |
tree | 81c43bbb23f00f94a0f42a3c0f32bf57a758cc24 /ext/reflection/php_reflection_arginfo.h | |
parent | fab76e3a11368f7af182973754b0f348e0843301 (diff) | |
download | php-git-ef6adb4e27853eb19bf50bad6486311920d6af7b.tar.gz |
Make ReflectionUnionType final
Closes GH-6384
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 591a160ed3..5206c90480 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: ec7607b8087ddd4297bf51cc4072465d2a0f27af */ + * Stub hash: 4b759a151e33cdd91e414ac332e3a2760534a1d6 */ ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Reflection_getModifierNames, 0, 0, 1) ZEND_ARG_TYPE_INFO(0, modifiers, IS_LONG, 0) |