mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2025-04-17 17:03:50 +02:00

[TASK] Streamline indentation levels of phpstan.neon ()

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