diff options
Diffstat (limited to 'ext/reflection/php_reflection.stub.php')
| -rw-r--r-- | ext/reflection/php_reflection.stub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/php_reflection.stub.php b/ext/reflection/php_reflection.stub.php index 8ad269031f..7e2f061142 100644 --- a/ext/reflection/php_reflection.stub.php +++ b/ext/reflection/php_reflection.stub.php @@ -568,7 +568,7 @@ class ReflectionNamedType extends ReflectionType public function isBuiltin() {} } -final class ReflectionUnionType extends ReflectionType +class ReflectionUnionType extends ReflectionType { public function getTypes(): array {} } |
