From 45321ef5bc50c5fdf1de34ea33fc812ab66de7eb Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 30 Aug 2019 21:34:39 -0400 Subject: [PATCH] [NFC] Remove redundant annotation --- CRM/Utils/System.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Utils/System.php b/CRM/Utils/System.php index dc3b5466f65c..b52932368805 100644 --- a/CRM/Utils/System.php +++ b/CRM/Utils/System.php @@ -53,7 +53,6 @@ * @method static array synchronizeUsers() Create CRM contacts for all existing CMS users. * @method static appendCoreResources(\Civi\Core\Event\GenericHookEvent $e) Callback for hook_civicrm_coreResourceList. * @method static alterAssetUrl(\Civi\Core\Event\GenericHookEvent $e) Callback for hook_civicrm_getAssetUrl. - * @method static sendResponse(\Psr\Http\Message\ResponseInterface $response) function to handle RepsoseInterface for delivering HTTP Responses. */ class CRM_Utils_System {