Skip to content

Commit a025628

Browse files
author
Patrick
committed
update rulesets index doc
1 parent e880f38 commit a025628

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

docs/rulesets/index.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,35 @@
1-
## Rulesets
1+
# Rulesets
22

33
---
44

5-
### [`Default`](src/Rulesets/DefaultRuleset.php)
5+
### **`Default`**
66

7-
- The default opinionated Ruleset provided by this package.
7+
- Ruleset used by [Permafrost Development](https://github.com/permafrost-dev) (the default opinionated ruleset provided by this package.)
88

99
- [View Rules](default_rules.md)
1010

11-
### [`LaravelShift`](src/Rulesets/LaravelShiftRuleset.php)
11+
- [View Source](https://github.com/permafrost-dev/phpcsfixer-preset/blob/main/src/Rulesets/DefaultRuleset.php)
12+
13+
### **`Laravel Shift`**
1214

1315
- Ruleset used by [Laravel Shift](https://laravelshift.com).
1416

1517
- [View Rules](laravel_shift_rules.md)
1618

17-
### [`PHPUnit`](src/Rulesets/PhpUnitRuleset.php)
19+
- [View Source](https://github.com/permafrost-dev/phpcsfixer-preset/blob/main/src/Rulesets/LaravelShiftRuleset.php)
20+
21+
### **`PHP Unit`**
1822

1923
- Ruleset used by [PHPUnit](https://github.com/sebastianbergmann/phpunit).
2024

2125
- [View Rules](php_unit_rules.md)
2226

23-
### [`Spatie`](src/Rulesets/SpatieRuleset.php)
27+
- [View Source](https://github.com/permafrost-dev/phpcsfixer-preset/blob/main/src/Rulesets/PhpUnitRuleset.php)
28+
29+
### **`Spatie`**
2430

2531
- Ruleset used by [Spatie](https://github.com/spatie).
2632

2733
- [View Rules](spatie_rules.md)
2834

29-
35+
- [View Source](https://github.com/permafrost-dev/phpcsfixer-preset/blob/main/src/Rulesets/SpatieRuleset.php)

0 commit comments

Comments
 (0)