[CodeFactor] Apply fixes

This commit is contained in:
codefactor-io 2020-03-27 14:11:21 +00:00
parent d3e1c2580d
commit a8efd7d94b
23 changed files with 755 additions and 789 deletions

View file

@ -34,7 +34,7 @@ class MainWP_Child_WooCommerce_Status {
public function action() {
$information = array();
if ( ! class_exists( 'WooCommerce' ) || ! defined('WC_VERSION')) {
if ( ! class_exists( 'WooCommerce' ) || ! defined('WC_VERSION') ) {
$information['error'] = 'NO_WOOCOMMERCE';
MainWP_Helper::write( $information );
}