We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce6fe49 commit 05f8fbbCopy full SHA for 05f8fbb
1 file changed
README.md
@@ -61,7 +61,7 @@ Clone the repo and install using `composer`
61
$ composer install
62
```
63
64
-Make your changes and make sure you run *test* and *codesniffer*.
+Make your changes and make sure you run *test*, *codesniffer* and *phpstan*.
65
66
```bash
67
$ composer test
@@ -79,6 +79,15 @@ OK (128 tests, 192 assertions)
79
$ composer cs
80
> vendor/bin/phpcs --standard=PSR2 src/ && vendor/bin/phpcs --standard=PSR2 tests/
81
82
+$
83
+
84
+$ composer analyse
85
+> vendor/bin/phpstan analyse --no-progress
86
+Note: Using configuration file /data/systemctl-php/phpstan.neon.
87
88
89
+ [OK] No errors
90
91
$
92
93
0 commit comments