blob: 099dbab8859683d34a1bd33fc79ea15b9c2bbef0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
includes:
- phpstan-baseline.neon
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
parameters:
fileExtensions:
- php
- phtml
level: max
paths:
- index.php
- public/index.php
- app
- resources/views
- tests
dynamicConstantNames:
- Fisharebest\Webtrees\Webtrees::STABILITY
ignoreErrors:
- '#^Call to an undefined method PHPUnit\\Framework\\MockObject\\Builder\\InvocationStubber::with\(\)\.$#'
- '#^Cannot call method willReturn\(\) on mixed\.$#'
|