Phan is a static analyzer for PHP. Phan prefers to avoid false-positives and attempts to prove incorrectness rather than correctness.
0
stars
0
forks
source link
Fix dead code detection of unused methods, add tests #38
Closed
TysonAndre closed 7 years ago
The check if an fqsen belonged to a parent was always true, so methods were never checked for dead code.