Skip to content

Commit b417625

Browse files
authored
[CLEANUP] Drop redundant type annotations in RuleSet (#845)
1 parent cac9ae6 commit b417625

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/RuleSet/RuleSet.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ public function getLineNo()
9797
return $this->lineNumber;
9898
}
9999

100-
/**
101-
* @param Rule|null $oSibling
102-
*/
103100
public function addRule(Rule $rule, ?Rule $oSibling = null): void
104101
{
105102
$sRule = $rule->getRule();

0 commit comments

Comments
 (0)