Skip to content

Commit

Permalink
Merge pull request #6 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
Use errorFormat parameter in README
  • Loading branch information
yamadashy authored Sep 22, 2024
2 parents da0cdb8 + 80d23f7 commit 90ebe10
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ includes:
- ./vendor/yamadashy/phpstan-friendly-formatter/extension.neon
```

3. Finaly, use phpstan console command with `--error-format` option:
```shell
./vendor/bin/phpstan analyze --error-format friendly
3. Finally, set the `errorFormat` parameter:
```neon
parameters:
errorFormat: friendly
```

### Optional: Simplify Your Workflow
Expand Down

0 comments on commit 90ebe10

Please sign in to comment.