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
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 */
You can’t perform that action at this time.
0 commit comments