Skip to content

Commit 81c2abd

Browse files
committed
Fixes PHPStan error
1 parent 8c4374c commit 81c2abd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/functions.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ function get_debug_type($value): string
7979
function enum_exists(string $enum, bool $autoload = true) : bool
8080
{
8181
if (\PHP_VERSION_ID >= 80100) {
82-
/** @phpstan-ignore-next-line */
8382
return \enum_exists($enum, $autoload);
8483
}
8584

0 commit comments

Comments
 (0)