disable phpcs check on smartbutton for now

This commit is contained in:
David Remer 2020-07-02 13:24:23 +03:00
parent 5d892d0fba
commit a9578e4c61

View file

@ -43,6 +43,11 @@ class SmartButton implements SmartButtonInterface
$this->clientId = $clientId; $this->clientId = $clientId;
} }
// phpcs:disable Inpsyde.CodeQuality.FunctionLength.TooLong
/**
* ToDo: Refactor
* @return bool
*/
public function renderWrapper(): bool public function renderWrapper(): bool
{ {
@ -165,6 +170,7 @@ class SmartButton implements SmartButtonInterface
} }
return true; return true;
} }
// phpcs:enable Inpsyde.CodeQuality.FunctionLength.TooLong
public function enqueue(): bool public function enqueue(): bool
{ {