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

Add PhanPossiblyIssue variants of many PhanIssue, make global suppression affect both #128

Closed TysonAndre closed 6 years ago

TysonAndre commented 6 years ago

E.g. if PhanInvalidArgument is globally suppressed, also globally suppress PhanPossiblyInvalidArgument, which is typically less likely to be an error.

Don't do this for element-level suppressions