File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -149,11 +149,11 @@ jobs:
149149 all-build-${{ hashFiles('**/composer.lock') }}
150150 all-build-
151151 - name : PHPStan
152- uses : phpDocumentor/phpstan-ga@0.12.3
152+ uses : phpDocumentor/phpstan-ga@master
153153 env :
154154 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
155155 with :
156- args : analyse src --level max -- configuration phpstan.neon
156+ args : analyse src --configuration phpstan.neon
157157
158158 psalm :
159159 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1717
1818.PHONY : phpstan
1919phpstan :
20- docker run -it --rm -v${PWD} :/opt/project -w /opt/project phpdoc/phpstan-ga:latest analyse src --no-progress --level max -- configuration phpstan.neon
20+ docker run -it --rm -v${PWD} :/opt/project -w /opt/project phpdoc/phpstan-ga:latest analyse src --no-progress --configuration phpstan.neon
2121
2222.PHONY : psaml
2323psalm :
Original file line number Diff line number Diff line change 11parameters :
2+ level : max
23 checkGenericClassInNonGenericObjectType : false
34 checkMissingIterableValueType : false
You can’t perform that action at this time.
0 commit comments