Skip to content

Commit

Permalink
Add: yamadashy/phpstan-friendly-formatter
Browse files Browse the repository at this point in the history
Add and enable https://github.com/yamadashy/phpstan-friendly-formatter to show PHPStan errors in a more useful way
  • Loading branch information
WyriHaximus committed Sep 24, 2024
1 parent b78aa58 commit 599b7c0
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"phpstan/phpstan-strict-rules": "^1.6.1",
"thecodingmachine/phpstan-safe-rule": "^1.2",
"thecodingmachine/phpstan-strict-rules": "^1.0",
"tomasvotruba/type-coverage": "^0.3.1"
"tomasvotruba/type-coverage": "^0.3.1",
"yamadashy/phpstan-friendly-formatter": "^1.1"
},
"config": {
"sort-packages": true,
Expand Down
164 changes: 163 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions extension.neon
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
parameters:
errorFormat: friendly
type_coverage:
constant: 100
declare: 100
Expand Down

0 comments on commit 599b7c0

Please sign in to comment.