Skip to content

Commit

Permalink
Fix @see test on NarrowPrivateClassMethodParamTypeRule (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jun 18, 2024
1 parent a0812a4 commit 35a977b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rules/NarrowPrivateClassMethodParamTypeRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
use Rector\TypePerfect\NodeFinder\MethodCallNodeFinder;

/**
* @see \Rector\TypePerfect\Tests\Rules\CheckTypehintCallerTypeRule\CheckTypehintCallerTypeRuleTest
* @see \Rector\TypePerfect\Tests\Rules\NarrowPrivateClassMethodParamTypeRule\NarrowPrivateClassMethodParamTypeRuleTest
* @implements Rule<MethodCall>
*/
final readonly class NarrowPrivateClassMethodParamTypeRule implements Rule
Expand Down

0 comments on commit 35a977b

Please sign in to comment.