File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff 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
7880Add 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
11891193Happy coding!
Original file line number Diff line number Diff line change 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" : {
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}
You can’t perform that action at this time.
0 commit comments