From 9bba5c45977dbf5339e8535921dbb8188937e350 Mon Sep 17 00:00:00 2001 From: Jon Stovell Date: Wed, 6 Nov 2024 13:37:40 -0700 Subject: [PATCH] Removes unused property from SMF\IntegrationHook Signed-off-by: Jon Stovell --- Sources/IntegrationHook.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Sources/IntegrationHook.php b/Sources/IntegrationHook.php index 2444db6f93..f512710d3e 100644 --- a/Sources/IntegrationHook.php +++ b/Sources/IntegrationHook.php @@ -26,13 +26,6 @@ class IntegrationHook * Public properties *******************/ - /** - * @var array - * - * The name of this integration hook. - */ - public array $name; - /** * @var bool *