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
Emit issues for using magic properties if magic properties are deprecated on a class? #65
Open
TysonAndre opened 7 years ago
E.g.
/** @property-read int $x @deprecated */
,/** @deprecated */ function __get(){...}