File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ public function addRule(Rule $ruleToAdd, ?Rule $sibling = null): void
145
145
* Pattern to search for. If null, returns all rules.
146
146
* If the pattern ends with a dash, all rules starting with the pattern are returned
147
147
* 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())`.
149
149
*
150
150
* @return array<int, Rule>
151
151
*/
@@ -204,7 +204,7 @@ public function setRules(array $rules): void
204
204
* @param Rule|string|null $searchPattern
205
205
* Pattern to search for. If null, returns all rules. If the pattern ends with a dash,
206
206
* 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())`.
208
208
*
209
209
* @return array<string, Rule>
210
210
*/
You can’t perform that action at this time.
0 commit comments