Files
2024-12-10 15:08:16 +01:00

11 lines
289 B
Markdown

## Complexity
#### SlevomatCodingStandard.Complexity.Cognitive
Enforces maximum [cognitive complexity](https://www.sonarsource.com/docs/CognitiveComplexity.pdf) for functions.
Sniff provides the following setting:
* `warningThreshold`: defaults to 6
* `errorThreshold` : defaults to 6