Initial commit (as a partial copy of md:quality)
This commit is contained in:
38
phpstan.neon
Normal file
38
phpstan.neon
Normal file
@@ -0,0 +1,38 @@
|
||||
parameters:
|
||||
level: 8
|
||||
paths:
|
||||
- conf
|
||||
- src
|
||||
- tests
|
||||
- constants.php
|
||||
- functions.php
|
||||
- provideEnv.php
|
||||
- dependencies/MDQualityAssessment
|
||||
bootstrapFiles:
|
||||
- constants.php
|
||||
scanDirectories:
|
||||
- dependencies
|
||||
ergebnis:
|
||||
classesAllowedToBeExtended:
|
||||
- mysqli
|
||||
- mysqli_stmt
|
||||
- Exception
|
||||
- MDGenericWriter
|
||||
- MDGenericObject
|
||||
- ImporterParserAbstract
|
||||
- ImporterParserXmlAbstract
|
||||
- ImporterTestAbstract
|
||||
- ImporterDataTypesTestAbstract
|
||||
- ImporterParserCsvAbstract
|
||||
- ImporterParserTestAbstract
|
||||
- XML_Parser
|
||||
- JSONParser
|
||||
- MDValueSet
|
||||
- MDMysqliInvalidInput
|
||||
- MDMysqliExpectedError
|
||||
- MDgenericInvalidInputsException
|
||||
- MDExpectedException
|
||||
includes:
|
||||
- phpstan-baseline.neon
|
||||
- dependencies/MD_QA/rules/phpstan-rules.neon
|
||||
- vendor/spaze/phpstan-disallowed-calls/extension.neon
|
Reference in New Issue
Block a user