Skip to content

Commit

Permalink
chore: stan doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ductiletoaster committed Sep 24, 2021
1 parent ed0befe commit 57abb76
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ We utilizes PHPCodesniffer for all liniting needs.
docker-compose run php-7.4 composer lint
```

#### Static Analysis
We utilizes PHPStan for all static analysis needs.
```
docker-compose run php-7.4 composer stan
```
Currently our configuration is set to level 5 with one ignored error in our baseline. Our goal will be to maintain a strict baseline with as few ignored errors as possible. As our source catches up with PHP 7.4+ features we will tighted our level to address our increasing complexity.

#### Formatting
We utilizes PHPFixer for all formatting needs. This cmd will write changes to disk.
```
Expand Down

0 comments on commit 57abb76

Please sign in to comment.