Add phpstan baseline
This commit is contained in:
@ -6,14 +6,15 @@ parameters:
|
||||
- functions
|
||||
- inc
|
||||
- public
|
||||
- src
|
||||
- tests
|
||||
ignoreErrors:
|
||||
- '#Class MDDBConnectionImpossible not found.#'
|
||||
- '#Class MDMysqliExpectedError not found.#'
|
||||
excludePaths:
|
||||
- classes/MDAllowedValueSets/l18n
|
||||
bootstrapFiles:
|
||||
- inc/constants.php
|
||||
excludes_analyse:
|
||||
- classes/MDAllowedValueSets/l18n
|
||||
disallowedFunctionCalls:
|
||||
-
|
||||
function: 'ini_alter()'
|
||||
@ -63,3 +64,4 @@ parameters:
|
||||
includes:
|
||||
- classes/MD_QA/rules/phpstan-rules.neon
|
||||
- vendor/spaze/phpstan-disallowed-calls/extension.neon
|
||||
- phpstan-baseline.neon
|
||||
|
Reference in New Issue
Block a user