Skip to content

Commit

Permalink
fixup! Make rules use RuleErrorBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed Nov 26, 2024
1 parent afebf42 commit e9c6e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rules/ForbiddenMultipleClassLikeInOneFileRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;

/**
* @implements <FileNode>
* @implements Rule<FileNode>
* @see \Symplify\PHPStanRules\Tests\Rules\ForbiddenMultipleClassLikeInOneFileRule\ForbiddenMultipleClassLikeInOneFileRuleTest
*/
final class ForbiddenMultipleClassLikeInOneFileRule implements Rule, DocumentedRuleInterface
Expand Down

0 comments on commit e9c6e15

Please sign in to comment.