This option controls which methods should be reported for having unused parameters.
public void A(int a🗲) { return 1; } private void B(int b🗲) { return 1; }
public void A(int a) { return 1; } private void B(int b🗲) { return 1; }