Skip to content

Commit

Permalink
turn on verbose mode for PHPStan analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Nov 5, 2024
1 parent f5cb5c7 commit 311af0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"post-install-cmd": [
"@composer bin all install --ansi"
],
"code:check": "vendor/bin/phpstan analyse --configuration .github/linters/phpstan.neon.dist --ansi",
"code:check": "vendor/bin/phpstan analyse --configuration .github/linters/phpstan.neon.dist --ansi --verbose",
"code:lint": "vendor/bin/phplint --configuration .github/linters/.phplint.yml --verbose --progress=indicator --ansi",
"style:check": "vendor/bin/phpcs --standard=.github/linters/.phpcs.xml.dist --warning-severity=0 --colors",
"tests:unit": "vendor/bin/phpunit --configuration phpunit.xml.dist"
Expand Down

0 comments on commit 311af0e

Please sign in to comment.