Skip to content

Commit

Permalink
Apply phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Jun 29, 2024
1 parent 2117e25 commit 8b56ac6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ReflectionReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 8b56ac6

Please sign in to comment.