correct spacing in variable within if switch.
authorSteve Sutton <ssutton@gmail.com>
Wed, 3 Jul 2019 17:48:50 +0000 (13:48 -0400)
committerSteve Sutton <ssutton@gmail.com>
Wed, 3 Jul 2019 17:48:50 +0000 (13:48 -0400)
Need Standards.

models/admin/billing/accounts.php

index 721cd66..9e39dfe 100644 (file)
@@ -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();