Use below command to ignore warnings while generating report.
phpcs -n /path_to_directory/
The above command will result only errors and ignore warning messages
Use below command to ignore warnings while generating report.
phpcs -n /path_to_directory/
The above command will result only errors and ignore warning messages
Use below command to ignore warnings while generating report. phpcs -n /path_to_directory/ The above command will result only errors and ig...