We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f1cc8 commit dac5d86Copy full SHA for dac5d86
README.md
@@ -48,12 +48,12 @@ composer require --dev savinmikhail/comments-density
48
Analyze the comment density in your PHP files with:
49
50
```bash
51
-php vendor/bin/comments_density analyze:comments
+php vendor/bin/comments_density analyze
52
```
53
54
Generate baseline with:
55
56
-php vendor/bin/comments_density generate:baseline
+php vendor/bin/comments_density baseline
57
58
59
### Configuration
0 commit comments