Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
verfriemelt-dot-org committed Jun 3, 2023
1 parent c0264fc commit 385138b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Rule/Assertion/Relation/RelationAssertion.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,12 @@ abstract protected function extractNodeClassNames(Node $node, Scope $scope): arr
abstract protected function getMessage(string $ruleName, string $subject, string $target): string;

/**
* @param string $ruleName
* @param string $ruleName
* @param ClassReflection $subject
* @param array<SelectorInterface> $targets
* @param array<SelectorInterface> $targetExcludes
* @param array<class-string> $nodes
* @param array<string> $tips
* @return array<RuleError>
*/
abstract protected function applyValidation(
Expand Down

0 comments on commit 385138b

Please sign in to comment.