Remove unnecessary throw tag from docblock

This commit is contained in:
Narek Zakarian 2022-11-04 12:42:50 +04:00
parent 45cc24449c
commit 54596fc108

View file

@ -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' ) ) {