We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e28e381 commit 4e6ba10Copy full SHA for 4e6ba10
docs/commands.md
@@ -70,10 +70,10 @@ make phpcs # Run PHP CodeSniffer
70
make ecs # Run The Easiest Way to Use Any Coding Standard
71
make ecs-fix # Run The Easiest Way to Use Any Coding Standard to fix issues
72
phpmetrics # Generates PhpMetrics static analysis
73
-make phpcpd # Run php copy/paste detector
74
-make phpmd # Run php mess detector
75
-make phpstan # Run php static analysis tool
76
-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
77
```
78
79
## Symfony container shell
0 commit comments