mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 03:56:12 +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:
|
includes:
|
||||||
- phpstan-baseline.neon
|
- phpstan-baseline.neon
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
parallel:
|
parallel:
|
||||||
# Don't be overly greedy on machines with more CPU's to be a good neighbor especially on CI
|
# Don't be overly greedy on machines with more CPU's to be a good neighbor especially on CI
|
||||||
maximumNumberOfProcesses: 5
|
maximumNumberOfProcesses: 5
|
||||||
|
|
||||||
level: 3
|
level: 3
|
||||||
|
|
||||||
|
@ -22,6 +22,6 @@ parameters:
|
||||||
- Tests
|
- Tests
|
||||||
|
|
||||||
type_coverage:
|
type_coverage:
|
||||||
return_type: 100
|
return_type: 100
|
||||||
param_type: 100
|
param_type: 100
|
||||||
property_type: 95
|
property_type: 95
|
||||||
|
|
Loading…
Reference in a new issue