phpcheckstyle
phpcheckstyle copied to clipboard
Unused variables that are in fact inherited
Don' t generated a warning if a variable is used somewhere else.
Class B extends A
var $myVar = 'B';
==> unused variable $myVar.