From 216654418cd7e72014c59d73312e991b2721460b Mon Sep 17 00:00:00 2001 From: Narek Zakarian Date: Wed, 11 Sep 2024 20:29:36 +0400 Subject: [PATCH] Fix the dockblock --- modules/ppcp-wc-gateway/services.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/ppcp-wc-gateway/services.php b/modules/ppcp-wc-gateway/services.php index e0001821c..a78be7a54 100644 --- a/modules/ppcp-wc-gateway/services.php +++ b/modules/ppcp-wc-gateway/services.php @@ -1782,8 +1782,7 @@ return array( * id: string, * title: string, * description: string, - * redirect_url: string, - * is_enabled: bool + * redirect_url: string * }> */ 'wcgateway.settings.wc-tasks.simple-redirect-tasks-config' => static function( ContainerInterface $container ): array {