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
Plugin idea: Warn if argument name corresponds to parameter name at another position #168
Open
TysonAndre opened 6 years ago
E.g. passing $foo, $bar to a method expecting $bar, $foo