Passed
Pull Request — master (#38)
by Farhan
04:11
created
includes/wpinv-email-functions.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -688,8 +688,8 @@
 block discarded – undo
688 688
         $overdue_days_options[$i]   = wp_sprintf( __( '%d days after Due Date', 'invoicing' ), $i );
689 689
     }
690 690
 
691
-	// Default, built-in gateways
692
-	$emails = array(
691
+    // Default, built-in gateways
692
+    $emails = array(
693 693
             'new_invoice' => array(
694 694
                 'email_new_invoice_header' => array(
695 695
                     'id'   => 'email_new_invoice_header',
Please login to merge, or discard this patch.