mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-03-03 02:57:01 +00:00
Static analysis
This commit is contained in:
@@ -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.#'
|
||||
Reference in New Issue
Block a user