Skip to content

Commit

Permalink
Verbose output for PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Sep 20, 2024
1 parent bd87401 commit c295a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/back-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
! git grep --line-number -e '\$this\s*->\s*\$this\|\$\$this' -- ':!:*/back-end.yml'
-
name: "Perform static analysis"
run: "composer exec -- phpstan analyze --level=5 src/"
run: "composer exec -- phpstan analyze -v --level=5 src/"
# @TODO Cognitive Complexity tomasvotruba/cognitive-complexity
# Mess Detector phpmd/phpmd
# Magic Number Detector povils/phpmnd
Expand Down

0 comments on commit c295a86

Please sign in to comment.