phpcheckstyle icon indicating copy to clipboard operation
phpcheckstyle copied to clipboard

Unused variables that are in fact inherited

Open tchule opened this issue 7 years ago • 0 comments

Don' t generated a warning if a variable is used somewhere else.

Class B extends  A

var $myVar = 'B';

==> unused variable $myVar.

tchule avatar Aug 09 '18 13:08 tchule