We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccaff30 commit 490177dCopy full SHA for 490177d
docs/commands.md
@@ -68,10 +68,10 @@ make phpcs # Run PHP CodeSniffer
68
make ecs # Run The Easiest Way to Use Any Coding Standard
69
make ecs-fix # Run The Easiest Way to Use Any Coding Standard to fix issues
70
phpmetrics # Generates PhpMetrics static analysis
71
-make phpcpd # Run php copy/paste detector
72
-make phpmd # Run php mess detector
73
-make phpstan # Run php static analysis tool
74
-make phpinsights # Run phpinsights PHP quality checks
+make phpcpd # Run php copy/paste detector
+make phpmd # Run php mess detector
+make phpstan # Run php static analysis tool
+make phpinsights # Run phpinsights PHP quality checks
75
```
76
77
## Symfony container shell
0 commit comments