Skip to content

Commit bd4b6bb

Browse files
committed
highlight
1 parent 3be2f0e commit bd4b6bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ composer require symplify/easy-coding-standard --dev
2424
+ $ecsConfig->sets([SetList::SYMPLIFY]);
2525
```
2626

27-
## Rules Overview
27+
<br>
2828

2929
<!-- ruledoc-start -->
3030
# 12 Rules Overview

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"fix-cs": "vendor/bin/ecs check --fix --ansi",
4141
"phpstan": "vendor/bin/phpstan analyse --ansi --error-format symplify",
4242
"rector": "vendor/bin/rector process --dry-run --ansi",
43-
"docs": "vendor/bin/rule-doc-generator generate src --output-file docs/rules_overview.md --ansi"
43+
"docs": "vendor/bin/rule-doc-generator generate src --readme --ansi"
4444
}
4545
}

0 commit comments

Comments
 (0)