From 6e332833e3602d22f316a117005d1b5577f5b1c5 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Tue, 28 Jan 2025 10:32:56 +0100 Subject: [PATCH] [CLEANUP] Drop redundant type annotations in `RuleSet` --- src/RuleSet/RuleSet.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/RuleSet/RuleSet.php b/src/RuleSet/RuleSet.php index 85184da3..62a3d313 100644 --- a/src/RuleSet/RuleSet.php +++ b/src/RuleSet/RuleSet.php @@ -97,9 +97,6 @@ public function getLineNo() return $this->lineNumber; } - /** - * @param Rule|null $oSibling - */ public function addRule(Rule $rule, ?Rule $oSibling = null): void { $sRule = $rule->getRule();