From 54596fc108e2939412ec61f0abc6f072b53c4a01 Mon Sep 17 00:00:00 2001 From: Narek Zakarian Date: Fri, 4 Nov 2022 12:42:50 +0400 Subject: [PATCH] Remove unnecessary throw tag from docblock --- modules/ppcp-button/src/Assets/SmartButton.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ppcp-button/src/Assets/SmartButton.php b/modules/ppcp-button/src/Assets/SmartButton.php index 65fb1468d..9984f5c01 100644 --- a/modules/ppcp-button/src/Assets/SmartButton.php +++ b/modules/ppcp-button/src/Assets/SmartButton.php @@ -232,7 +232,6 @@ class SmartButton implements SmartButtonInterface { * Registers the necessary action hooks to render the HTML depending on the settings. * * @return bool - * @throws NotFoundException When a setting was not found. */ public function render_wrapper(): bool { if ( $this->settings->has( 'enabled' ) && $this->settings->get( 'enabled' ) ) {