project_start/phpstorm-stubs/Reflection/ReflectionEnumBackedCase.php

16 lines
336 B
PHP

<?php
use JetBrains\PhpStorm\Pure;
/**
* @link https://php.net/manual/en/class.reflectionenumbackedcase.php
* @since 8.1
*/
class ReflectionEnumBackedCase extends ReflectionEnumUnitCase
{
public function __construct(object|string $class, string $constant) {}
#[Pure]
public function getBackingValue(): int|string {}
}