From: Steve Sutton Date: Wed, 3 Jul 2019 17:48:50 +0000 (-0400) Subject: correct spacing in variable within if switch. X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f3e4ed56fb49f40df5f8ce3f75854fe19a2a28ef;p=WP-Plugins%2Fglm-member-db-billing.git correct spacing in variable within if switch. Need Standards. --- diff --git a/models/admin/billing/accounts.php b/models/admin/billing/accounts.php index 721cd66..9e39dfe 100644 --- a/models/admin/billing/accounts.php +++ b/models/admin/billing/accounts.php @@ -139,7 +139,7 @@ class GlmMembersAdmin_billing_accounts extends GlmDataAccounts wp_enqueue_script( 'Foundation6', GLM_MEMBERS_PLUGIN_URL . '/js/foundation-6.min.js' ); // Do selected option - switch ($option) { + switch ( $option ) { case 'add': $accounts = $this->newEntry();