mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
phpcs
This commit is contained in:
parent
e5494bfc8b
commit
c98e10d2a1
16 changed files with 89 additions and 50 deletions
|
@ -72,6 +72,7 @@ class SettingsListener
|
|||
}
|
||||
|
||||
//phpcs:disable Inpsyde.CodeQuality.NestingLevel.MaxExceeded
|
||||
//phpcs:disable Generic.Metrics.CyclomaticComplexity.TooHigh
|
||||
private function retrieveSettingsFromRawData(array $rawData): array
|
||||
{
|
||||
$settings = [];
|
||||
|
@ -117,6 +118,7 @@ class SettingsListener
|
|||
return $settings;
|
||||
}
|
||||
//phpcs:enable Inpsyde.CodeQuality.NestingLevel.MaxExceeded
|
||||
//phpcs:enable Generic.Metrics.CyclomaticComplexity.TooHigh
|
||||
|
||||
private function isValidUpdateRequest(): bool
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue