summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.stub.php
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-10-26 08:51:06 +0100
committerNikita Popov <nikita.ppv@gmail.com>2020-10-26 08:51:06 +0100
commit7f462c97f90fab7160b972c8a4f6c364e3814724 (patch)
treeb091858754eac238a7d521daeec706b9ba5625d3 /ext/reflection/php_reflection.stub.php
parentef6adb4e27853eb19bf50bad6486311920d6af7b (diff)
downloadphp-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.stub.php')
-rw-r--r--ext/reflection/php_reflection.stub.php2
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 {}
}