We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229d7b7 commit 84ed3c8Copy full SHA for 84ed3c8
.github/workflows/Lint.yml
@@ -56,4 +56,4 @@ jobs:
56
if: ${{ startsWith(matrix.php, '7.') || startsWith(matrix.php, '8.') }}
57
run: |
58
composer require --dev phpstan/phpstan
59
- vendor/bin/phpstan analyze Trustly --no-progress --level 5
+ vendor/bin/phpstan analyze Trustly --no-progress --level 6
phpstan.neon
@@ -1,4 +1,4 @@
1
parameters:
2
- level: 5
+ level: 6
3
paths:
4
- ./Trustly/
0 commit comments