2021-09-13 04:06:10 +02:00
|
|
|
includes:
|
|
|
|
- phpstan-baseline.neon
|
|
|
|
|
2021-03-17 01:08:40 +01:00
|
|
|
parameters:
|
2021-09-13 04:06:10 +02:00
|
|
|
parallel:
|
|
|
|
# Don't be overly greedy on machines with more CPU's to be a good neighbor especially on CI
|
|
|
|
maximumNumberOfProcesses: 5
|
|
|
|
|
|
|
|
level: 3
|
|
|
|
|
|
|
|
bootstrapFiles:
|
|
|
|
- .Build/vendor/autoload.php
|
|
|
|
|
|
|
|
paths:
|
|
|
|
- Classes
|
2021-09-22 17:53:03 +02:00
|
|
|
- Configuration
|
|
|
|
- Tests
|
2021-09-13 04:06:10 +02:00
|
|
|
|
|
|
|
scanDirectories:
|
|
|
|
- Classes
|
2021-09-22 17:53:03 +02:00
|
|
|
- Configuration
|
|
|
|
- Tests
|
2023-10-23 10:48:53 +02:00
|
|
|
|
|
|
|
type_coverage:
|
|
|
|
return_type: 100
|
|
|
|
param_type: 100
|
|
|
|
property_type: 95
|