![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/rector/rector/stubs-rector/Internal/ |
<?php if (PHP_VERSION_ID < 80100 && ! interface_exists('UnitEnum', false)) { /** * @since 8.1 */ interface UnitEnum { /** * @return static[] */ public static function cases(): array; } } if (PHP_VERSION_ID < 80100 && ! interface_exists('BackedEnum', false)) { /** * @since 8.1 */ interface BackedEnum extends UnitEnum { /** * @param int|string $value * @return $this */ public static function from($value); /** * @param int|string $value * @return $this|null */ public static function tryFrom($value); } }