mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
fix phpcs error
This commit is contained in:
parent
3a63a8e7d7
commit
c92e2455e1
1 changed files with 4 additions and 0 deletions
|
@ -110,6 +110,8 @@ class FraudProcessorResponse {
|
|||
);
|
||||
|
||||
/**
|
||||
* Psalm suppress
|
||||
*
|
||||
* @psalm-suppress PossiblyNullArrayOffset
|
||||
* @psalm-suppress PossiblyNullArgument
|
||||
*/
|
||||
|
@ -147,6 +149,8 @@ class FraudProcessorResponse {
|
|||
);
|
||||
|
||||
/**
|
||||
* Psalm suppress
|
||||
*
|
||||
* @psalm-suppress PossiblyNullArrayOffset
|
||||
* @psalm-suppress PossiblyNullArgument
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue