Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Jul 9, 2024
1 parent 2ce9e69 commit a364065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ A ruleset is a named list of rules that can be used to fix code style issues in

:bulb: They're all registered, so you don't need to re-register via `registerCustomFixers()`.

#### Finder Sets
<!-- #### Finder Sets
By default, Relax will inspect all `.php` files in your project except those in the `vendor` directory.
Expand All @@ -65,7 +65,7 @@ By default, Relax will inspect all `.php` files in your project except those in
| [`Finder::base()`][doc_f_base] | The basic finder setup should be perfect for most PHP projects |
| [`Finder::laravel()`][doc_f_laravel] | Inherits `Finder::base()` with some specific tweaks to Laravel |
:bulb: By default, if finder is not set Relax will use `Finder::base()`.
:bulb: By default, if finder is not set Relax will use `Finder::base()`. -->

[rs_laravel]: src/RuleSet/Sets/Laravel.php
[rs_relax]: src/RuleSet/Sets/Realodix.php
Expand Down

0 comments on commit a364065

Please sign in to comment.