mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
Remove unnecessary throw tag from docblock
This commit is contained in:
parent
45cc24449c
commit
54596fc108
1 changed files with 0 additions and 1 deletions
|
@ -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' ) ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue