mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Disable PHPCS rules as it implements an interface
This commit is contained in:
parent
8ff6ef7bd5
commit
f6051f56f2
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ class Settings implements ContainerInterface
|
|||
$this->formFields = $formFields;
|
||||
}
|
||||
|
||||
// phpcs:ignore Inpsyde.CodeQuality.ReturnTypeDeclaration.NoReturnType
|
||||
// phpcs:disable Inpsyde.CodeQuality.ReturnTypeDeclaration.NoReturnType
|
||||
// phpcs:disable Inpsyde.CodeQuality.ArgumentTypeDeclaration.NoArgumentType
|
||||
public function get($id)
|
||||
{
|
||||
if (!$this->has($id)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue