mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
27 lines
468 B
Text
27 lines
468 B
Text
includes:
|
|
- phpstan-baseline.neon
|
|
|
|
parameters:
|
|
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
|
|
- Configuration
|
|
- Tests
|
|
|
|
scanDirectories:
|
|
- Classes
|
|
- Configuration
|
|
- Tests
|
|
|
|
type_coverage:
|
|
return_type: 100
|
|
param_type: 100
|
|
property_type: 95
|