Monday, 6 May 2024

PHP Codesniffer - Ignore warning errors

 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


PHP Codesniffer - Ignore warning errors

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