From f01c4a288ca5bad444196bc2c494206a119e1e90 Mon Sep 17 00:00:00 2001 From: Ovidiu Liuta Date: Fri, 23 Apr 2021 14:22:50 +0300 Subject: [PATCH] fixing phpcs comment --- includes/export/abstract-wc-csv-batch-exporter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/export/abstract-wc-csv-batch-exporter.php b/includes/export/abstract-wc-csv-batch-exporter.php index 3e9b95cf199..838d4e57eea 100644 --- a/includes/export/abstract-wc-csv-batch-exporter.php +++ b/includes/export/abstract-wc-csv-batch-exporter.php @@ -111,7 +111,7 @@ abstract class WC_CSV_Batch_Exporter extends WC_CSV_Exporter { if ( 1 === $this->get_page() ) { @unlink( $this->get_file_path() ); // phpcs:ignore WordPress.VIP.FileSystemWritesDisallow.file_ops_unlink, Generic.PHP.NoSilencedErrors.Discouraged, - // we need to initialize the file here + // We need to initialize the file here. $this->get_file(); } $this->prepare_data_to_export();