diff --git a/src/ReflectionReader.php b/src/ReflectionReader.php index 4f62793..a3c1132 100644 --- a/src/ReflectionReader.php +++ b/src/ReflectionReader.php @@ -24,6 +24,7 @@ public function findConstantType(\ReflectionClassConstant $constant): ?TypeState /** * @var \ReflectionType|null $type + * * @phpstan-ignore-next-line : This method available since PHP 8.3 */ $type = $constant->getType();