TysonAndre / phan

Phan is a static analyzer for PHP. Phan prefers to avoid false-positives and attempts to prove incorrectness rather than correctness.
Other
0 stars 0 forks source link

Plugin idea: ast\Node cyclomatic complexity for functions #206

Open TysonAndre opened 5 years ago

TysonAndre commented 5 years ago

This exists for other tools (phpmd), but may be more convenient to have in Phan itself.

E.g. require doc comments for functions with high complexity