Skip to content

Commit

Permalink
highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 28, 2024
1 parent 3be2f0e commit bd4b6bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ composer require symplify/easy-coding-standard --dev
+ $ecsConfig->sets([SetList::SYMPLIFY]);
```

## Rules Overview
<br>

<!-- ruledoc-start -->
# 12 Rules Overview
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"fix-cs": "vendor/bin/ecs check --fix --ansi",
"phpstan": "vendor/bin/phpstan analyse --ansi --error-format symplify",
"rector": "vendor/bin/rector process --dry-run --ansi",
"docs": "vendor/bin/rule-doc-generator generate src --output-file docs/rules_overview.md --ansi"
"docs": "vendor/bin/rule-doc-generator generate src --readme --ansi"
}
}

0 comments on commit bd4b6bb

Please sign in to comment.