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 7e2f061142..8ad269031f 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() {} } -class ReflectionUnionType extends ReflectionType +final class ReflectionUnionType extends ReflectionType { public function getTypes(): array {} } |