Skip to content

Commit 254b5e2

Browse files
committed
Bump PHPStan to level 2
1 parent 523579b commit 254b5e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
if: ${{ startsWith(matrix.php, '7.') || startsWith(matrix.php, '8.') }}
5757
run: |
5858
composer require --dev phpstan/phpstan
59-
vendor/bin/phpstan analyze Trustly --no-progress --level 1
59+
vendor/bin/phpstan analyze Trustly --no-progress --level 2

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
parameters:
2-
level: 1
2+
level: 2
33
paths:
44
- ./Trustly/

0 commit comments

Comments
 (0)