From b3497666fff4d0ddf4198044e4645eba901836c0 Mon Sep 17 00:00:00 2001 From: Jens Schuppe Date: Fri, 15 Dec 2023 15:53:27 +0100 Subject: [PATCH] phpcs fixes --- CRM/Eck/Page/Entity.php | 6 +++--- CRM/Eck/Page/Entity/View.php | 4 ++-- Civi/Eck/API/Entity.php | 2 -- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/CRM/Eck/Page/Entity.php b/CRM/Eck/Page/Entity.php index 322acc0..1b142ac 100644 --- a/CRM/Eck/Page/Entity.php +++ b/CRM/Eck/Page/Entity.php @@ -19,14 +19,14 @@ class CRM_Eck_Page_Entity extends CRM_Core_Page { /** - * @var int $_id + * @var int * * The id of the entity we are processing. */ public $_id; /** - * @var array $_entityType + * @var arraystringmixed * * The entity type of the entity we are processing. */ @@ -35,7 +35,7 @@ class CRM_Eck_Page_Entity extends CRM_Core_Page { /** * The entity subtype of the entity we are processing. * - * @var int $_subtype + * @var int */ public $_subtype; diff --git a/CRM/Eck/Page/Entity/View.php b/CRM/Eck/Page/Entity/View.php index 19cb810..dcb5226 100644 --- a/CRM/Eck/Page/Entity/View.php +++ b/CRM/Eck/Page/Entity/View.php @@ -20,14 +20,14 @@ class CRM_Eck_Page_Entity_View extends CRM_Core_Page { /** - * @var int $_id + * @var int * * The id of the entity we are processing. */ public $_id; /** - * @var array $_entityType + * @var array * * The entity type of the entity we are processing. */ diff --git a/Civi/Eck/API/Entity.php b/Civi/Eck/API/Entity.php index 1da1b09..d42ec14 100644 --- a/Civi/Eck/API/Entity.php +++ b/Civi/Eck/API/Entity.php @@ -38,8 +38,6 @@ public static function getSubscribedEvents(): array { /** * Implements hook_civicrm_permission(). * - * @param array> $permissions - * * @see CRM_Utils_Hook::permission * @link https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_permission/ */