mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:16:12 +02: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:
Daniel Siepmann 2024-02-06 13:27:28 +01:00 committed by GitHub
parent 1f4370c92f
commit 024f2e70b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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