We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c4374c commit 81c2abdCopy full SHA for 81c2abd
1 file changed
src/functions.php
@@ -79,7 +79,6 @@ function get_debug_type($value): string
79
function enum_exists(string $enum, bool $autoload = true) : bool
80
{
81
if (\PHP_VERSION_ID >= 80100) {
82
- /** @phpstan-ignore-next-line */
83
return \enum_exists($enum, $autoload);
84
}
85
0 commit comments