-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathphpstan.neon
More file actions
26 lines (24 loc) · 813 Bytes
/
Copy pathphpstan.neon
File metadata and controls
26 lines (24 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
includes:
- phpstan-baseline.php
- vendor/cuyz/valinor/qa/PHPStan/valinor-phpstan-configuration.php
parameters:
level: 10
paths:
- sources
stubFiles:
- tests/stubs/Ting/Repository/Repository.php.stub
- tests/stubs/Ting/Repository/RepositoryFactory.php.stub
type_coverage:
return: 71
param: 71
property: 45
constant: 100
doctrine:
objectManagerLoader: tests/object-manager.php
reportDynamicQueryBuilders: true
ormRepositoryClass: AppBundle\Doctrine\EntityRepository
rules:
- AppBundle\StaticAnalysis\Rule\NoDebugFunctionsRule
- AppBundle\StaticAnalysis\Rule\NoGetUserMethodRule
- AppBundle\StaticAnalysis\Rule\DoctrineRepositoryRule
- AppBundle\StaticAnalysis\Rule\DoctrineDisableDQLRule