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

Idea: `@phan-copy-instance-methods ClassName` for PHP classes using __call and composition #138

Closed TysonAndre closed 5 years ago

TysonAndre commented 6 years ago

(E.g. if wrapping Redis and using __call to call the underlying redis methods, automatically act as though all of the @method tags for methods of class Redis were written out. (for phpredis)