diff --git a/.github/workflows/back-end.yml b/.github/workflows/back-end.yml index 877eab6..fa8f3b4 100644 --- a/.github/workflows/back-end.yml +++ b/.github/workflows/back-end.yml @@ -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