Skip to content

Commit

Permalink
Ignore todo statmement phpcs error.
Browse files Browse the repository at this point in the history
  • Loading branch information
vedanshujain committed Jul 11, 2022
1 parent 0dedb94 commit 94c9e69
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -5,6 +5,8 @@

namespace Automattic\WooCommerce\Internal\BatchProcessing;

use Dompdf\Exception;

/**
* Class BatchProcessingController
*
Expand Down Expand Up @@ -291,6 +293,7 @@ public function force_clear_all_processes() {
* @param \Exception $error Exception object.
*/
protected function log_error( \Exception $error ) : void {
// phpcs:ignore
// TODO: Implement error logging.
}

Expand Down

0 comments on commit 94c9e69

Please sign in to comment.