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 14, 2024
1 parent ae158a8 commit 4678d29
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 Node<FileNode>
* @see \Symplify\PHPStanRules\Tests\Rules\ForbiddenMultipleClassLikeInOneFileRule\ForbiddenMultipleClassLikeInOneFileRuleTest
*/
final class ForbiddenMultipleClassLikeInOneFileRule implements Rule, DocumentedRuleInterface
Expand Down

0 comments on commit 4678d29

Please sign in to comment.