Open
Description
Is your feature request related to a problem?
While working on #684, I noticed that the sniff Generic.Metrics.CyclomaticComplexity
doesn't check the cyclomatic complexity of anonymous functions, and I believe it should. That being said, I'm not too familiar with the concept of cyclomatic complexity, and I could be missing something.
- I have read the Contribution Guidelines and this is not a support question.
- I intend to create a pull request to implement this feature.