@@ -435,13 +435,13 @@ |
||
| 435 | 435 | return $this->rules; |
| 436 | 436 | } |
| 437 | 437 | |
| 438 | - /** |
|
| 439 | - * Remove a specific rule by keyword. |
|
| 440 | - * |
|
| 441 | - * @param string $rule |
|
| 442 | - * |
|
| 443 | - * @return void |
|
| 444 | - */ |
|
| 438 | + /** |
|
| 439 | + * Remove a specific rule by keyword. |
|
| 440 | + * |
|
| 441 | + * @param string $rule |
|
| 442 | + * |
|
| 443 | + * @return void |
|
| 444 | + */ |
|
| 445 | 445 | protected function removeRule($rule) |
| 446 | 446 | { |
| 447 | 447 | $pattern = "/{$rule}[^\|]?(\||$)/"; |