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 a364065 commit b0da1fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ A ruleset is a named list of rules that can be used to fix code style issues in
| [`relax`][rs_relax] | Inherits `laravel` with some tweaks |
| [`spatie`][rs_spatie] | The rule set used by Spatie |

[rs_laravel]: src/RuleSet/Sets/Laravel.php
[rs_relax]: src/RuleSet/Sets/Realodix.php
[rs_spatie]: src/RuleSet/Sets/Spatie.php

#### Custom Fixers

Expand All @@ -65,13 +68,10 @@ 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
[rs_spatie]: src/RuleSet/Sets/Spatie.php
[doc_f_base]: docs/finders.md#finderbase
[doc_f_laravel]: docs/finders.md#finderlaravel
[doc_f_laravel]: docs/finders.md#finderlaravel -->

## Advanced Configuration

Expand Down

0 comments on commit b0da1fb

Please sign in to comment.