unused-variable-externalunused-variable-external当一个参数被声明但在方法中没有使用时引发。 public function sum(a, b, c) // c is not used{ return a + b;}