We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc8cd14 + f78ce37 commit bc38021Copy full SHA for bc38021
1 file changed
README.md
@@ -20,19 +20,19 @@
20
composer create-project igzard/php-skeleton --prefer-source PackageName
21
```
22
23
-✅ Run **Code quality** check:
+✅ Run **Test** check:
24
```bash
25
-make code-quality
+make test
26
27
28
👷 Run **PHPUnit** tests:
29
30
make phpunit
31
32
33
-🎨 Run **php-cs-fixer**:
+🎨 Run **cs-fix**:
34
35
-make php-cs-fixer
+make cs-fix
36
37
38
🔥 Run **phpstan**:
0 commit comments