theme-check icon indicating copy to clipboard operation
theme-check copied to clipboard

Improve consistency and naming of variables

Open carolinan opened this issue 4 years ago • 0 comments

Throughout the checks, different variable names are used even though the purpose is the same. For example some checks use foreach ( $php_files as $php_key => $phpfile ) { while others use a clearer name: foreach ( $php_files as $file_path => $file_content ) {

carolinan avatar Aug 12 '21 15:08 carolinan