We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2117e25 commit 8b56ac6Copy full SHA for 8b56ac6
src/ReflectionReader.php
@@ -24,6 +24,7 @@ public function findConstantType(\ReflectionClassConstant $constant): ?TypeState
24
25
/**
26
* @var \ReflectionType|null $type
27
+ *
28
* @phpstan-ignore-next-line : This method available since PHP 8.3
29
*/
30
$type = $constant->getType();
0 commit comments