Skip to content

Commit b1d0988

Browse files
authored
[TASK] Update a code comment in RuleSet to use 'declaration' (#1526)
Missed in #1524.
1 parent f9424cd commit b1d0988

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/RuleSet/RuleSet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function addRule(Declaration $declarationToAdd, ?Declaration $sibling = n
128128
}
129129
}
130130
if ($siblingIsInSet) {
131-
// Increment column number of all existing rules on same line, starting at sibling
131+
// Increment column number of all existing declarations on same line, starting at sibling
132132
$siblingLineNumber = $sibling->getLineNumber();
133133
$siblingColumnNumber = $sibling->getColumnNumber();
134134
foreach ($this->declarations as $declarationsForAProperty) {

0 commit comments

Comments
 (0)