Skip to content

Commit 05f8fbb

Browse files
peter279kicanhazstring
authored andcommitted
Improve How-to-Contribute section
1 parent ce6fe49 commit 05f8fbb

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Clone the repo and install using `composer`
6161
$ composer install
6262
```
6363

64-
Make your changes and make sure you run *test* and *codesniffer*.
64+
Make your changes and make sure you run *test*, *codesniffer* and *phpstan*.
6565

6666
```bash
6767
$ composer test
@@ -79,6 +79,15 @@ OK (128 tests, 192 assertions)
7979
$ composer cs
8080
> vendor/bin/phpcs --standard=PSR2 src/ && vendor/bin/phpcs --standard=PSR2 tests/
8181

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+
8291
$
8392
```
8493

0 commit comments

Comments
 (0)