Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit ab71363

Browse files
committed
Specify TNodeType
1 parent 3133c4c commit ab71363

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/RequireFileExistsRule.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
use PHPStan\Rules\Rule;
1616
use PHPStan\Rules\RuleErrorBuilder;
1717

18+
/**
19+
* @implements Rule<Include_>
20+
*/
1821
class RequireFileExistsRule implements Rule
1922
{
2023
private ReflectionProvider $reflectionProvider;

0 commit comments

Comments
 (0)