[CodeFactor] Apply fixes

This commit is contained in:
codefactor-io 2020-03-26 17:03:00 +00:00
parent 055f7232cd
commit 44cdebaf44
28 changed files with 891 additions and 829 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 );
}