mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 23:56:14 +01:00
[TASK] Streamline indentation levels of phpstan.neon (#1155)
There were mixed indentation levels. Those are now streamlined to level of 2. This follows the existing convention for yaml files.
This commit is contained in:
parent
1f4370c92f
commit
024f2e70b7
1 changed files with 6 additions and 6 deletions
12
phpstan.neon
12
phpstan.neon
|
@ -1,10 +1,10 @@
|
|||
includes:
|
||||
- phpstan-baseline.neon
|
||||
- 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
|
||||
# Don't be overly greedy on machines with more CPU's to be a good neighbor especially on CI
|
||||
maximumNumberOfProcesses: 5
|
||||
|
||||
level: 3
|
||||
|
||||
|
@ -22,6 +22,6 @@ parameters:
|
|||
- Tests
|
||||
|
||||
type_coverage:
|
||||
return_type: 100
|
||||
param_type: 100
|
||||
property_type: 95
|
||||
return_type: 100
|
||||
param_type: 100
|
||||
property_type: 95
|
||||
|
|
Loading…
Reference in a new issue