From d683bc99a68087b2e200813b677b52553199875d Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 6 Nov 2019 18:30:55 -0800 Subject: [PATCH] (NFC) Style fixups --- Civi/API/Provider/WrappingProvider.php | 3 --- api/v3/MailingAB.php | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Civi/API/Provider/WrappingProvider.php b/Civi/API/Provider/WrappingProvider.php index 64ba41bf61..682aa44b6d 100644 --- a/Civi/API/Provider/WrappingProvider.php +++ b/Civi/API/Provider/WrappingProvider.php @@ -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 diff --git a/api/v3/MailingAB.php b/api/v3/MailingAB.php index 41a0824a80..90571d939f 100644 --- a/api/v3/MailingAB.php +++ b/api/v3/MailingAB.php @@ -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]) -- 2.25.1