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 option to force Phan parsing and analysis of a file outside of parse/analysis directory/file lists #67

Open TysonAndre opened 7 years ago

TysonAndre commented 7 years ago

E.g. to quickly check that a snippet using a project is valid, or sanity check of unit tests.