Merge pull request #201 from orklah/master

bump phpstan to master
This commit is contained in:
Jaap van Otterdijk
2020-02-12 19:32:43 +01:00
committed by GitHub
30 changed files with 85 additions and 111 deletions
+2 -2
View File
@@ -127,7 +127,7 @@ jobs:
all-build-${{ hashFiles('**/composer.lock') }}
all-build-
- name: Code style check
uses: phpDocumentor/coding-standard@v1.0.0
uses: phpDocumentor/coding-standard@master
with:
args: -s
@@ -149,7 +149,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: analyse src --level max --configuration phpstan.neon
args: analyse src --configuration phpstan.neon
psalm:
runs-on: ubuntu-latest