Skip to content

Commit dc46c03

Browse files
committed
rebuild README
1 parent 69e4d29 commit dc46c03

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ services:
7272
7373
## 3. Register Particular Rules
7474
75-
[ruledoc-start]
75+
<!-- ruledoc-start -->
76+
# 30 Rules Overview
77+
7678
## AnnotateRegexClassConstWithRegexLinkRule
7779
7880
Add regex101.com link to that shows the regex in practise, so it will be easier to maintain in case of bug/extension in the future
@@ -1184,6 +1186,8 @@ final class SomeClass
11841186

11851187
<br>
11861188

1187-
[ruledoc-end]
1189+
<!-- ruledoc-end -->
1190+
1191+
<br>
11881192

11891193
Happy coding!

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"require-dev": {
1414
"nikic/php-parser": "^4.19",
1515
"symplify/phpstan-extensions": "^11.4",
16-
"symplify/rule-doc-generator": "^12.1",
16+
"symplify/rule-doc-generator": "^12.2",
1717
"phpunit/phpunit": "^10.5",
1818
"symfony/framework-bundle": "6.1.*",
1919
"rector/rector": "^1.1",
20-
"symplify/easy-coding-standard": "^12.2",
21-
"phpstan/extension-installer": "^1.3",
20+
"symplify/easy-coding-standard": "^12.3",
21+
"phpstan/extension-installer": "^1.4",
2222
"tomasvotruba/class-leak": "^0.2"
2323
},
2424
"autoload": {
@@ -58,6 +58,6 @@
5858
"fix-cs": "vendor/bin/ecs check --fix --ansi",
5959
"phpstan": "vendor/bin/phpstan analyse --ansi --error-format symplify",
6060
"rector": "vendor/bin/rector process --dry-run --ansi",
61-
"docs": "vendor/bin/rule-doc-generator generate src --output-file docs/rules_overview.md --ansi"
61+
"docs": "vendor/bin/rule-doc-generator generate src --readme --ansi"
6262
}
6363
}

0 commit comments

Comments
 (0)