(NFC) Style fixups
authorTim Otten <totten@civicrm.org>
Thu, 7 Nov 2019 02:30:55 +0000 (18:30 -0800)
committerTim Otten <totten@civicrm.org>
Thu, 7 Nov 2019 02:30:55 +0000 (18:30 -0800)
Civi/API/Provider/WrappingProvider.php
api/v3/MailingAB.php

index 64ba41bf61b17c125bfb85d958153a868848ebcf..682aa44b6da156b0f1a3aed2763a99f146a80292 100644 (file)
@@ -27,9 +27,6 @@
 
 namespace Civi\API\Provider;
 
-use Civi\API\Events;
-use Symfony\Component\EventDispatcher\EventSubscriberInterface;
-
 /**
  * A wrapping provider overrides an existing API. It has discretion to pass-through
  * to the original API (0 or many times) or to substitute with entirely different
index 41a0824a80d2fa56cd562c009a42cacac564f2f7..90571d939f9b26465a5e7f0ea3b9b6755a5320c5 100644 (file)
@@ -210,7 +210,7 @@ function _civicrm_api3_mailing_a_b_fill_winner($winner_id, $final_id) {
     'optout_id',
     'reply_id',
     'resubscribe_id',
-    'unsubscribe_id'
+    'unsubscribe_id',
   ];
   $f = CRM_Utils_SQL_Select::from('civicrm_mailing')
     ->where('id = #id', ['id' => $winner_id])