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 523579b commit 254b5e2Copy full SHA for 254b5e2
.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 1
+ vendor/bin/phpstan analyze Trustly --no-progress --level 2
phpstan.neon
@@ -1,4 +1,4 @@
1
parameters:
2
- level: 1
+ level: 2
3
paths:
4
- ./Trustly/
0 commit comments