mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
36 lines
No EOL
871 B
Text
36 lines
No EOL
871 B
Text
parameters:
|
|
|
|
level: 5
|
|
|
|
paths:
|
|
- src
|
|
# - tests
|
|
|
|
excludePaths:
|
|
- src/DataTables/Adapter/*
|
|
- src/Configuration/*
|
|
- src/Doctrine/Purger/*
|
|
|
|
|
|
|
|
inferPrivatePropertyTypeFromConstructor: true
|
|
treatPhpDocTypesAsCertain: false
|
|
|
|
symfony:
|
|
container_xml_path: '%rootDir%/../../../var/cache/dev/App_KernelDevDebugContainer.xml'
|
|
|
|
checkUninitializedProperties: true
|
|
|
|
strictRules:
|
|
disallowedLooseComparison: false
|
|
booleansInConditions: false
|
|
uselessCast: false
|
|
requireParentConstructorCall: true
|
|
disallowedConstructs: false
|
|
overwriteVariablesWithLoop: true
|
|
closureUsesThis: false
|
|
matchingInheritedMethodNames: true
|
|
numericOperandsInArithmeticOperators: true
|
|
strictCalls: true
|
|
switchConditionsMatchingType: false
|
|
noVariableVariables: false |