From manual page: https://php.net/class.reflectionclassconstant Two methods from the [RFC](https://wiki.php.net/rfc/typed_class_constants) that are actually supported since [8.3](https://github.com/php/php-src/commit/414f71a90254cc33896bb3ba953f979f743c198c), are still missing in the documentation: ``` class ReflectionClassConstant implements Reflector { ... public function getType(): ?ReflectionType {} public function hasType(): bool {} } ```
From manual page: https://php.net/class.reflectionclassconstant
Two methods from the RFC that are actually supported since 8.3, are still missing in the documentation: