From 6a64c9d328bf7335d995fb257b643b05cd150449 Mon Sep 17 00:00:00 2001 From: Dominic Tubach Date: Sat, 13 May 2023 19:18:38 +0200 Subject: [PATCH] AbstractAction: Drop `@throws` from phpdoc of `__construct()` because it's not thrown --- Civi/Api4/Generic/AbstractAction.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Civi/Api4/Generic/AbstractAction.php b/Civi/Api4/Generic/AbstractAction.php index 9d7f3d77ad..7a45503fca 100644 --- a/Civi/Api4/Generic/AbstractAction.php +++ b/Civi/Api4/Generic/AbstractAction.php @@ -151,7 +151,6 @@ abstract class AbstractAction implements \ArrayAccess { * * @param string $entityName * @param string $actionName - * @throws \CRM_Core_Exception */ public function __construct($entityName, $actionName) { // If a namespaced class name is passed in -- 2.25.1