mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
disable phpcs check on smartbutton for now
This commit is contained in:
parent
5d892d0fba
commit
a9578e4c61
1 changed files with 6 additions and 0 deletions
|
@ -43,6 +43,11 @@ class SmartButton implements SmartButtonInterface
|
|||
$this->clientId = $clientId;
|
||||
}
|
||||
|
||||
// phpcs:disable Inpsyde.CodeQuality.FunctionLength.TooLong
|
||||
/**
|
||||
* ToDo: Refactor
|
||||
* @return bool
|
||||
*/
|
||||
public function renderWrapper(): bool
|
||||
{
|
||||
|
||||
|
@ -165,6 +170,7 @@ class SmartButton implements SmartButtonInterface
|
|||
}
|
||||
return true;
|
||||
}
|
||||
// phpcs:enable Inpsyde.CodeQuality.FunctionLength.TooLong
|
||||
|
||||
public function enqueue(): bool
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue