-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathphpstan.neon
More file actions
47 lines (47 loc) · 1.5 KB
/
phpstan.neon
File metadata and controls
47 lines (47 loc) · 1.5 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
parameters:
level: max
paths:
- bin
- src
- tests
excludePaths:
- vendor
parallel:
maximumNumberOfProcesses: 4
processTimeout: 900.0
customRulesetUsed: true
fileExtensions:
- php
exceptions:
check:
missingCheckedExceptionInThrows: true
tooWideThrowType: true
implicitThrows: false
type_coverage:
return: 100
param: 100
property: 100
constant: 100
ergebnis:
final:
classesNotRequiredToBeAbstractOrFinal:
- MathiasReker\PhpSvgOptimizer\Service\Processor\XmlProcessor
- MathiasReker\PhpSvgOptimizer\Service\Validator\SvgValidator
- MathiasReker\PhpSvgOptimizer\Console\Output\Stream\MemoryStream
- MathiasReker\PhpSvgOptimizer\Console\Output\Stream\StdoutStream
noExtends:
classesAllowedToBeExtended:
- RuntimeException
- InvalidArgumentException
- Exception
- MathiasReker\PhpSvgOptimizer\Service\Provider\AbstractProvider
- MathiasReker\PhpSvgOptimizer\Service\Processor\AbstractXmlProcessor
- MathiasReker\PhpSvgOptimizer\Console\Output\Stream\AbstractStream
- MathiasReker\PhpSvgOptimizer\Console\Command\AbstractCommandFactory
includes:
- phar://phpstan.phar/conf/bleedingEdge.neon
- vendor/symplify/phpstan-rules/config/code-complexity-rules.neon
- vendor/symplify/phpstan-rules/config/naming-rules.neon
- vendor/symplify/phpstan-rules/config/static-rules.neon
- vendor/odan/phpstan-rules/rules.neon
- phpstan-baseline.neon