Skip to content

Commit fff77eb

Browse files
authored
[CLEANUP] Avoid Hungarian notation in comments (#1109)
Part of #756
1 parent b7367c8 commit fff77eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/RuleSet/RuleSet.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public function addRule(Rule $ruleToAdd, ?Rule $sibling = null): void
145145
* Pattern to search for. If null, returns all rules.
146146
* If the pattern ends with a dash, all rules starting with the pattern are returned
147147
* as well as one matching the pattern with the dash excluded.
148-
* Passing a Rule behaves like calling `getRules($mRule->getRule())`.
148+
* Passing a `Rule` behaves like calling `getRules($rule->getRule())`.
149149
*
150150
* @return array<int, Rule>
151151
*/
@@ -204,7 +204,7 @@ public function setRules(array $rules): void
204204
* @param Rule|string|null $searchPattern
205205
* Pattern to search for. If null, returns all rules. If the pattern ends with a dash,
206206
* all rules starting with the pattern are returned as well as one matching the pattern with the dash
207-
* excluded. Passing a Rule behaves like calling `getRules($mRule->getRule())`.
207+
* excluded. Passing a `Rule` behaves like calling `getRules($rule->getRule())`.
208208
*
209209
* @return array<string, Rule>
210210
*/

0 commit comments

Comments
 (0)