[CodeFactor] Apply fixes

This commit is contained in:
codefactor-io 2020-03-26 15:29:54 +00:00
parent ac49ce16e7
commit 0d6d73e1a6
26 changed files with 1206 additions and 798 deletions

View file

@ -129,7 +129,7 @@ class MainWP_Child_WPvivid_BackupRestore {
break;
}
} catch (Exception $e) {
$information = array('error' => $e->getMessage());
$information = array( 'error' => $e->getMessage() );
}
MainWP_Helper::write($information);