Static analysis

This commit is contained in:
David Bomba
2024-06-15 17:34:08 +10:00
parent 953e2e3e48
commit 109d5cfdca
43 changed files with 106 additions and 107 deletions

View File

@@ -3,7 +3,7 @@ includes:
- ./vendor/spaze/phpstan-stripe/extension.neon
- phpstan-baseline.neon
parameters:
level: 2
level: 3
paths:
- app
excludePaths:
@@ -29,4 +29,5 @@ parameters:
- '#makeHidden#'
- '#Socialite#'
- '#Access to protected property#'
- '#Call to undefined method .*#'
- '#Call to undefined method .*#'
- '#Argument of an invalid type stdClass supplied for foreach, only iterables are supported.#'