[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

@ -4,7 +4,7 @@ class MainWP_Debug {
/**
* @param $mainwpChild MainWP_Child
*/
public static function process( &$mainwpChild) {
public static function process( &$mainwpChild ) {
if ( ! isset( $_GET['mainwpdebug'] ) || ! defined( 'MAINWP_DEBUG' ) || ( MAINWP_DEBUG !== true ) ) {
return;
}