woocommerce-paypal-payments/phpstan-baseline.neon
Daniel Dudzic ebb088a6cb
Some checks failed
Build and distribute / build-and-distribute (push) Has been cancelled
CI / coding-standards-analysis-php (push) Has been cancelled
CI / static-code-analysis-php (push) Has been cancelled
CI / tests-unit-php (7.4) (push) Has been cancelled
CI / tests-unit-php (8.0) (push) Has been cancelled
CI / tests-unit-php (8.1) (push) Has been cancelled
CI / tests-unit-php (8.2) (push) Has been cancelled
CI / tests-unit-php (8.3) (push) Has been cancelled
CI / tests-unit-php (8.4) (push) Has been cancelled
🔧 Update PHPStan baseline count for esc_url_raw in LocalAlternativePaymentMethodsModule
2026-03-13 22:43:18 +01:00

5161 lines
254 KiB
Text

parameters:
ignoreErrors:
-
message: '#^Method WooCommerce\\PayPalCommerce\\AdminNotices\\Entity\\Message\:\:from_array\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-admin-notices/src/Entity/Message.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\AdminNotices\\Entity\\Message\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-admin-notices/src/Entity/Message.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\AdminNotices\\Entity\\PersistentMessage\:\:from_array\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-admin-notices/src/Entity/PersistentMessage.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\AdminNotices\\Entity\\PersistentMessage\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-admin-notices/src/Entity/PersistentMessage.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\AdminNotices\\Renderer\\Renderer\:\:script_data_for_admin\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-admin-notices/src/Renderer/Renderer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Authentication\\PayPalBearer\:\:request\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Authentication/PayPalBearer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Authentication\\PayPalBearer\:\:request\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Authentication/PayPalBearer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Authentication\\PayPalBearer\:\:request_response_string\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Authentication/PayPalBearer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Authentication\\PayPalBearer\:\:request_response_string\(\) has parameter \$response with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Authentication/PayPalBearer.php
-
message: '#^Binary operation "\." between non\-falsy\-string and array\<string\>\|string\|null results in an error\.$#'
identifier: binaryOp.invalid
count: 1
path: modules/ppcp-api-client/src/Authentication/SdkClientToken.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Authentication\\SdkClientToken\:\:request\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Authentication/SdkClientToken.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Authentication\\SdkClientToken\:\:request\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Authentication/SdkClientToken.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Authentication\\SdkClientToken\:\:request_response_string\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Authentication/SdkClientToken.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Authentication\\SdkClientToken\:\:request_response_string\(\) has parameter \$response with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Authentication/SdkClientToken.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Authentication\\UserIdToken\:\:request\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Authentication/UserIdToken.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Authentication\\UserIdToken\:\:request\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Authentication/UserIdToken.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Authentication\\UserIdToken\:\:request_response_string\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Authentication/UserIdToken.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Authentication\\UserIdToken\:\:request_response_string\(\) has parameter \$response with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Authentication/UserIdToken.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\BillingPlans\:\:create\(\) has parameter \$billing_cycles with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/BillingPlans.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\BillingPlans\:\:create\(\) has parameter \$payment_preferences with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/BillingPlans.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\BillingPlans\:\:request\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/BillingPlans.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\BillingPlans\:\:request\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/BillingPlans.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\BillingPlans\:\:request_response_string\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/BillingPlans.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\BillingPlans\:\:request_response_string\(\) has parameter \$response with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/BillingPlans.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\BillingSubscriptions\:\:request\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/BillingSubscriptions.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\BillingSubscriptions\:\:request\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/BillingSubscriptions.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\BillingSubscriptions\:\:request_response_string\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/BillingSubscriptions.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\BillingSubscriptions\:\:request_response_string\(\) has parameter \$response with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/BillingSubscriptions.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\CatalogProducts\:\:request\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/CatalogProducts.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\CatalogProducts\:\:request\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/CatalogProducts.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\CatalogProducts\:\:request_response_string\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/CatalogProducts.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\CatalogProducts\:\:request_response_string\(\) has parameter \$response with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/CatalogProducts.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\CatalogProducts\:\:update\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/CatalogProducts.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\IdentityToken\:\:request\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/IdentityToken.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\IdentityToken\:\:request\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/IdentityToken.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\IdentityToken\:\:request_response_string\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/IdentityToken.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\IdentityToken\:\:request_response_string\(\) has parameter \$response with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/IdentityToken.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\LoginSeller\:\:credentials_for\(\) should return stdClass but returns object\.$#'
identifier: return.type
count: 1
path: modules/ppcp-api-client/src/Endpoint/LoginSeller.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\LoginSeller\:\:request\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/LoginSeller.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\LoginSeller\:\:request\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/LoginSeller.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\LoginSeller\:\:request_response_string\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/LoginSeller.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\LoginSeller\:\:request_response_string\(\) has parameter \$response with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/LoginSeller.php
-
message: '#^Parameter \#1 \$response of class WooCommerce\\PayPalCommerce\\ApiClient\\Exception\\PayPalApiException constructor expects stdClass\|null, object given\.$#'
identifier: argument.type
count: 2
path: modules/ppcp-api-client/src/Endpoint/LoginSeller.php
-
message: '#^Cannot call method authorizations\(\) on WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Payments\|null\.$#'
identifier: method.nonObject
count: 1
path: modules/ppcp-api-client/src/Endpoint/OrderEndpoint.php
-
message: '#^Cannot call method captures\(\) on WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Payments\|null\.$#'
identifier: method.nonObject
count: 1
path: modules/ppcp-api-client/src/Endpoint/OrderEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\OrderEndpoint\:\:confirm_payment_source\(\) has parameter \$payment_source with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/OrderEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\OrderEndpoint\:\:create\(\) has parameter \$request_data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/OrderEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\OrderEndpoint\:\:request\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/OrderEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\OrderEndpoint\:\:request\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/OrderEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\OrderEndpoint\:\:request_response_string\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/OrderEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\OrderEndpoint\:\:request_response_string\(\) has parameter \$response with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/OrderEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\Orders\:\:confirm_payment_source\(\) has parameter \$request_body with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/Orders.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\Orders\:\:confirm_payment_source\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/Orders.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\Orders\:\:create\(\) has parameter \$headers with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/Orders.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\Orders\:\:create\(\) has parameter \$request_body with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/Orders.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\Orders\:\:create\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/Orders.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\Orders\:\:order\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/Orders.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\Orders\:\:request\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/Orders.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\Orders\:\:request\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/Orders.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\Orders\:\:request_response_string\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/Orders.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\Orders\:\:request_response_string\(\) has parameter \$response with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/Orders.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PartnerReferrals\:\:request\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PartnerReferrals.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PartnerReferrals\:\:request\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PartnerReferrals.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PartnerReferrals\:\:request_response_string\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PartnerReferrals.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PartnerReferrals\:\:request_response_string\(\) has parameter \$response with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PartnerReferrals.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PartnerReferrals\:\:signup_link\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PartnerReferrals.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PartnersEndpoint\:\:request\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PartnersEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PartnersEndpoint\:\:request\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PartnersEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PartnersEndpoint\:\:request_response_string\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PartnersEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PartnersEndpoint\:\:request_response_string\(\) has parameter \$response with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PartnersEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PayUponInvoiceOrderEndpoint\:\:ensure_shipping\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PayUponInvoiceOrderEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PayUponInvoiceOrderEndpoint\:\:ensure_shipping\(\) has parameter \$payment_source with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PayUponInvoiceOrderEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PayUponInvoiceOrderEndpoint\:\:ensure_shipping\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PayUponInvoiceOrderEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PayUponInvoiceOrderEndpoint\:\:ensure_taxes\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PayUponInvoiceOrderEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PayUponInvoiceOrderEndpoint\:\:ensure_taxes\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PayUponInvoiceOrderEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PayUponInvoiceOrderEndpoint\:\:request\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PayUponInvoiceOrderEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PayUponInvoiceOrderEndpoint\:\:request\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PayUponInvoiceOrderEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PayUponInvoiceOrderEndpoint\:\:request_response_string\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PayUponInvoiceOrderEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PayUponInvoiceOrderEndpoint\:\:request_response_string\(\) has parameter \$response with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PayUponInvoiceOrderEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PaymentMethodTokensEndpoint\:\:request\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PaymentMethodTokensEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PaymentMethodTokensEndpoint\:\:request\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PaymentMethodTokensEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PaymentMethodTokensEndpoint\:\:request_response_string\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PaymentMethodTokensEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PaymentMethodTokensEndpoint\:\:request_response_string\(\) has parameter \$response with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PaymentMethodTokensEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PaymentTokensEndpoint\:\:payment_tokens_for_customer\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PaymentTokensEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PaymentTokensEndpoint\:\:request\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PaymentTokensEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PaymentTokensEndpoint\:\:request\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PaymentTokensEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PaymentTokensEndpoint\:\:request_response_string\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PaymentTokensEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PaymentTokensEndpoint\:\:request_response_string\(\) has parameter \$response with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PaymentTokensEndpoint.php
-
message: '#^Parameter \#1 \$name of class WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\PaymentSource constructor expects string, int\<min, \-1\>\|int\<1, max\>\|string given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-api-client/src/Endpoint/PaymentTokensEndpoint.php
-
message: '#^Access to an undefined property object\:\:\$id\.$#'
identifier: property.notFound
count: 2
path: modules/ppcp-api-client/src/Endpoint/PaymentsEndpoint.php
-
message: '#^Cannot access offset ''body'' on array\|WP_Error\.$#'
identifier: offsetAccess.nonOffsetAccessible
count: 3
path: modules/ppcp-api-client/src/Endpoint/PaymentsEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PaymentsEndpoint\:\:request\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PaymentsEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PaymentsEndpoint\:\:request\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PaymentsEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PaymentsEndpoint\:\:request_response_string\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PaymentsEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\PaymentsEndpoint\:\:request_response_string\(\) has parameter \$response with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/PaymentsEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\WebhookEndpoint\:\:request\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/WebhookEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\WebhookEndpoint\:\:request\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/WebhookEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\WebhookEndpoint\:\:request_response_string\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/WebhookEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Endpoint\\WebhookEndpoint\:\:request_response_string\(\) has parameter \$response with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Endpoint/WebhookEndpoint.php
-
message: '#^Parameter \#1 \$json of function json_decode expects string, string\|false given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-api-client/src/Endpoint/WebhookEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Address\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/Address.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Amount\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/Amount.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\AmountBreakdown\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/AmountBreakdown.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Authorization\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/Authorization.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\BillingCycle\:\:__construct\(\) has parameter \$frequency with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/BillingCycle.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\BillingCycle\:\:__construct\(\) has parameter \$pricing_scheme with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/BillingCycle.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\BillingCycle\:\:frequency\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/BillingCycle.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\BillingCycle\:\:pricing_scheme\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/BillingCycle.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\BillingCycle\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/BillingCycle.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\BillingCycle\:\:\$frequency type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/BillingCycle.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\BillingCycle\:\:\$pricing_scheme type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/BillingCycle.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\CallbackConfig\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/CallbackConfig.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Capture\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/Capture.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\CardAuthenticationResult\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/CardAuthenticationResult.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\ExchangeRate\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/ExchangeRate.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\ExperienceContext\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/ExperienceContext.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\FraudProcessorResponse\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/FraudProcessorResponse.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Item\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/Item.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Money\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/Money.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Order\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/Order.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Patch\:\:__construct\(\) has parameter \$value with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/Patch.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Patch\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/Patch.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Patch\:\:value\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/Patch.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Patch\:\:\$value type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/Patch.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\PatchCollection\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/PatchCollection.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Payee\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/Payee.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Payer\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/Payer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\PayerName\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/PayerName.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\PayerTaxInfo\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/PayerTaxInfo.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\PaymentPreferences\:\:__construct\(\) has parameter \$setup_fee with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/PaymentPreferences.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\PaymentPreferences\:\:setup_fee\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/PaymentPreferences.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\PaymentPreferences\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/PaymentPreferences.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\PaymentPreferences\:\:\$setup_fee type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/PaymentPreferences.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\PaymentToken\:\:get_valid_types\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/PaymentToken.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\PaymentToken\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/PaymentToken.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Payments\:\:__construct\(\) has parameter \$authorizations with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/Payments.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Payments\:\:__construct\(\) has parameter \$captures with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/Payments.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Payments\:\:__construct\(\) has parameter \$refunds with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/Payments.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Payments\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/Payments.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Phone\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/Phone.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\PhoneWithType\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/PhoneWithType.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Plan\:\:__construct\(\) has parameter \$billing_cycles with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/Plan.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Plan\:\:billing_cycles\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/Plan.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Plan\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/Plan.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Plan\:\:\$billing_cycles type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/Plan.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\PlatformFee\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/PlatformFee.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Product\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/Product.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\PurchaseUnit\:\:__construct\(\) has parameter \$supplementary_data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/PurchaseUnit.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\PurchaseUnit\:\:apply_ditch_items_mismatch_filter\(\) has parameter \$purchase_unit with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/PurchaseUnit.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\PurchaseUnit\:\:apply_ditch_items_mismatch_filter\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/PurchaseUnit.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\PurchaseUnit\:\:supplementary_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/PurchaseUnit.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\PurchaseUnit\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/PurchaseUnit.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\PurchaseUnit\:\:\$supplementary_data type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/PurchaseUnit.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Refund\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/Refund.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\RefundCapture\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/RefundCapture.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\RefundPayer\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/RefundPayer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\SellerPayableBreakdown\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/SellerPayableBreakdown.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\SellerReceivableBreakdown\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/SellerReceivableBreakdown.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\SellerStatus\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/SellerStatus.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\SellerStatusCapability\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/SellerStatusCapability.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\SellerStatusProduct\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/SellerStatusProduct.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Shipping\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/Shipping.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\ShippingOption\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/ShippingOption.php
-
message: '#^Access to an undefined property object\:\:\$created\.$#'
identifier: property.notFound
count: 3
path: modules/ppcp-api-client/src/Entity/Token.php
-
message: '#^Access to an undefined property object\:\:\$expires_in\.$#'
identifier: property.notFound
count: 2
path: modules/ppcp-api-client/src/Entity/Token.php
-
message: '#^Access to an undefined property object\:\:\$token\.$#'
identifier: property.notFound
count: 1
path: modules/ppcp-api-client/src/Entity/Token.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Token\:\:as_json\(\) should return string but returns string\|false\.$#'
identifier: return.type
count: 1
path: modules/ppcp-api-client/src/Entity/Token.php
-
message: '#^Access to an undefined property object\:\:\$name\.$#'
identifier: property.notFound
count: 1
path: modules/ppcp-api-client/src/Entity/Webhook.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Webhook\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Entity/Webhook.php
-
message: '#^Access to an undefined property object\:\:\$href\.$#'
identifier: property.notFound
count: 1
path: modules/ppcp-api-client/src/Exception/PayPalApiException.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Exception\\PayPalApiException\:\:details\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Exception/PayPalApiException.php
-
message: '#^Parameter \#2 \$array of function array_map expects array, array\|string given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-api-client/src/Factory/ItemFactory.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Factory\\OrderFactory\:\:create_purchase_units\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Factory/OrderFactory.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Factory\\OrderFactory\:\:create_timestamps\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Factory/OrderFactory.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Factory\\PayerFactory\:\:from_checkout_form\(\) has parameter \$form_fields with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Factory/PayerFactory.php
-
message: '#^Parameter \#1 \$string of function substr expects string, string\|null given\.$#'
identifier: argument.type
count: 2
path: modules/ppcp-api-client/src/Factory/PayerFactory.php
-
message: '#^Parameter \#5 \$birthdate of class WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Payer constructor expects DateTime\|null, DateTime\|false\|null given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-api-client/src/Factory/PayerFactory.php
-
message: '#^Access to an undefined property object\:\:\$source\.$#'
identifier: property.notFound
count: 1
path: modules/ppcp-api-client/src/Factory/PaymentTokenFactory.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Factory\\PaymentTokenFactory\:\:from_array\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Factory/PaymentTokenFactory.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Factory\\PurchaseUnitFactory\:\:should_disable_shipping\(\) has parameter \$items with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Factory/PurchaseUnitFactory.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Factory\\ReturnUrlFactory\:\:wc_url_from_context\(\) has parameter \$request_data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Factory/ReturnUrlFactory.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Factory\\WebhookEventFactory\:\:from_array\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Factory/WebhookEventFactory.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Factory\\WebhookFactory\:\:from_array\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Factory/WebhookFactory.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Helper\\DccApplies\:\:__construct\(\) has parameter \$allowed_country_currency_matrix with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Helper/DccApplies.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Helper\\DccApplies\:\:__construct\(\) has parameter \$country_card_matrix with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Helper/DccApplies.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Helper\\DccApplies\:\:valid_cards\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Helper/DccApplies.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\ApiClient\\Helper\\DccApplies\:\:\$allowed_country_currency_matrix type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Helper/DccApplies.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\ApiClient\\Helper\\DccApplies\:\:\$country_card_matrix type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Helper/DccApplies.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\ApiClient\\Helper\\MoneyFormatter\:\:\$currencies_without_decimals type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Helper/MoneyFormatter.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Helper\\PurchaseUnitSanitizer\:\:amount\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Helper/PurchaseUnitSanitizer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Helper\\PurchaseUnitSanitizer\:\:breakdown\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Helper/PurchaseUnitSanitizer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Helper\\PurchaseUnitSanitizer\:\:items\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Helper/PurchaseUnitSanitizer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Helper\\PurchaseUnitSanitizer\:\:sanitize\(\) has parameter \$purchase_unit with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Helper/PurchaseUnitSanitizer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Helper\\PurchaseUnitSanitizer\:\:sanitize\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Helper/PurchaseUnitSanitizer.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\ApiClient\\Helper\\PurchaseUnitSanitizer\:\:\$purchase_unit type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Helper/PurchaseUnitSanitizer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\Repository\\PartnerReferralsData\:\:data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/Repository/PartnerReferralsData.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\VaultV2\\PaymentTokenEndpoint\:\:request\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/VaultV2/PaymentTokenEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\VaultV2\\PaymentTokenEndpoint\:\:request\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/VaultV2/PaymentTokenEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\VaultV2\\PaymentTokenEndpoint\:\:request_response_string\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/VaultV2/PaymentTokenEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\ApiClient\\VaultV2\\PaymentTokenEndpoint\:\:request_response_string\(\) has parameter \$response with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-api-client/src/VaultV2/PaymentTokenEndpoint.php
-
message: '#^Parameter \#1 \$haystack of function strpos expects string, array\|string given\.$#'
identifier: argument.type
count: 3
path: modules/ppcp-applepay/services.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\ApplePayGateway\:\:handle_payment_failure\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/ApplePayGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\ApplePayGateway\:\:handle_payment_success\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/ApplePayGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\ApplePayGateway\:\:init_form_fields\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-applepay/src/ApplePayGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\ApplePayGateway\:\:process_payment\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/ApplePayGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayButton\:\:calculate_totals_cart_page\(\) has parameter \$customer_address with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayButton\:\:calculate_totals_cart_page\(\) has parameter \$shipping_method with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayButton\:\:calculate_totals_cart_page\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayButton\:\:calculate_totals_single_product\(\) has parameter \$customer_address with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayButton\:\:calculate_totals_single_product\(\) has parameter \$shipping_method with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayButton\:\:calculate_totals_single_product\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayButton\:\:cart_calculation_results\(\) has parameter \$selected_shipping_method with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayButton\:\:cart_calculation_results\(\) has parameter \$shipping_methods_array with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayButton\:\:cart_calculation_results\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayButton\:\:cart_shipping_methods\(\) has parameter \$customer_address with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayButton\:\:cart_shipping_methods\(\) has parameter \$shipping_method with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayButton\:\:cart_shipping_methods\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayButton\:\:customer_address\(\) has parameter \$address with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayButton\:\:getShippingPackages\(\) has parameter \$customer_address with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayButton\:\:get_wc_orders_from_custom_ids\(\) has parameter \$custom_ids with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayButton\:\:script_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayButton\:\:script_data_for_admin\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayButton\:\:which_calculate_totals\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayButton.php
-
message: '#^Parameter \#2 \$total of method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayButton\:\:getShippingPackages\(\) expects float, float\|string given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayButton.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayButton\:\:\$old_cart_contents type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayDataObjectHttp\:\:address_has_required_fields_values\(\) has parameter \$post with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayDataObjectHttp.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayDataObjectHttp\:\:address_has_required_fields_values\(\) has parameter \$required with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayDataObjectHttp.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayDataObjectHttp\:\:append_products_to_data\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayDataObjectHttp.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayDataObjectHttp\:\:append_products_to_data\(\) has parameter \$request_data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayDataObjectHttp.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayDataObjectHttp\:\:append_products_to_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayDataObjectHttp.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayDataObjectHttp\:\:assign_data_object_values\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayDataObjectHttp.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayDataObjectHttp\:\:complete_address\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayDataObjectHttp.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayDataObjectHttp\:\:errors\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayDataObjectHttp.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayDataObjectHttp\:\:get_filtered_request_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayDataObjectHttp.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayDataObjectHttp\:\:has_required_fields_values_or_error\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayDataObjectHttp.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayDataObjectHttp\:\:has_required_fields_values_or_error\(\) has parameter \$required with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayDataObjectHttp.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayDataObjectHttp\:\:preprocess_request_data\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayDataObjectHttp.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayDataObjectHttp\:\:preprocess_request_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayDataObjectHttp.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayDataObjectHttp\:\:product_booking\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayDataObjectHttp.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayDataObjectHttp\:\:product_extra\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayDataObjectHttp.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayDataObjectHttp\:\:product_variations\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayDataObjectHttp.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayDataObjectHttp\:\:shipping_method\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayDataObjectHttp.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayDataObjectHttp\:\:simplified_address\(\) has parameter \$contact_info with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayDataObjectHttp.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayDataObjectHttp\:\:update_required_data\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayDataObjectHttp.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayDataObjectHttp\:\:update_required_data\(\) has parameter \$required_cart_fields with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayDataObjectHttp.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayDataObjectHttp\:\:update_required_data\(\) has parameter \$required_product_fields with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayDataObjectHttp.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayDataObjectHttp\:\:update_shipping_method\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayDataObjectHttp.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayDataObjectHttp\:\:update_simplified_contact\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayDataObjectHttp.php
-
message: '#^Parameter \#1 \$json of function json_decode expects string, array\|string given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayDataObjectHttp.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayDataObjectHttp\:\:\$errors type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayDataObjectHttp.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayDataObjectHttp\:\:\$product_booking type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayDataObjectHttp.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayDataObjectHttp\:\:\$product_extra type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayDataObjectHttp.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ApplePayDataObjectHttp\:\:\$product_variations type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ApplePayDataObjectHttp.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\BlocksPaymentMethod\:\:get_payment_method_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/BlocksPaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\BlocksPaymentMethod\:\:initialize\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-applepay/src/Assets/BlocksPaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\DataToAppleButtonScripts\:\:apple_pay_script_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/DataToAppleButtonScripts.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\DataToAppleButtonScripts\:\:apple_pay_script_data_for_admin\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/DataToAppleButtonScripts.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\DataToAppleButtonScripts\:\:data_for_admin_page\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/DataToAppleButtonScripts.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\DataToAppleButtonScripts\:\:data_for_cart_page\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/DataToAppleButtonScripts.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\DataToAppleButtonScripts\:\:data_for_product_page\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/DataToAppleButtonScripts.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\DataToAppleButtonScripts\:\:get_apple_pay_data\(\) has parameter \$product with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/DataToAppleButtonScripts.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\DataToAppleButtonScripts\:\:get_apple_pay_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/DataToAppleButtonScripts.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\PropertiesDictionary\:\:billing_data_modes\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/PropertiesDictionary.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\PropertiesDictionary\:\:button_colors\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/PropertiesDictionary.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\PropertiesDictionary\:\:button_languages\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/PropertiesDictionary.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\PropertiesDictionary\:\:button_types\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/PropertiesDictionary.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ResponsesToApple\:\:apple_formatted_response\(\) has parameter \$payment_details with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ResponsesToApple.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ResponsesToApple\:\:apple_formatted_response\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ResponsesToApple.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ResponsesToApple\:\:apple_item_format\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ResponsesToApple.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ResponsesToApple\:\:apple_new_line_items_response\(\) has parameter \$payment_details with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ResponsesToApple.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ResponsesToApple\:\:apple_new_line_items_response\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ResponsesToApple.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ResponsesToApple\:\:apple_new_total_response\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ResponsesToApple.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ResponsesToApple\:\:apple_pay_error\(\) has parameter \$error_list with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ResponsesToApple.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ResponsesToApple\:\:apple_pay_error\(\) has parameter \$errors with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ResponsesToApple.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ResponsesToApple\:\:apple_pay_error\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ResponsesToApple.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ResponsesToApple\:\:authorization_result_response\(\) has parameter \$error_list with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ResponsesToApple.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ResponsesToApple\:\:authorization_result_response\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ResponsesToApple.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ResponsesToApple\:\:response_success\(\) has parameter \$response with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ResponsesToApple.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Assets\\ResponsesToApple\:\:response_with_data_errors\(\) has parameter \$error_list with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Assets/ResponsesToApple.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Helper\\ApmApplies\:\:__construct\(\) has parameter \$allowed_countries with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Helper/ApmApplies.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Applepay\\Helper\\ApmApplies\:\:__construct\(\) has parameter \$allowed_currencies with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Helper/ApmApplies.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Applepay\\Helper\\ApmApplies\:\:\$allowed_countries type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Helper/ApmApplies.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Applepay\\Helper\\ApmApplies\:\:\$allowed_currencies type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-applepay/src/Helper/ApmApplies.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\AxoBlock\\AxoBlockPaymentMethod\:\:__construct\(\) has parameter \$payment_method_selected_map with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-axo-block/src/AxoBlockPaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\AxoBlock\\AxoBlockPaymentMethod\:\:__construct\(\) has parameter \$supported_country_card_type_matrix with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-axo-block/src/AxoBlockPaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\AxoBlock\\AxoBlockPaymentMethod\:\:get_payment_method_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-axo-block/src/AxoBlockPaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\AxoBlock\\AxoBlockPaymentMethod\:\:initialize\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-axo-block/src/AxoBlockPaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\AxoBlock\\AxoBlockPaymentMethod\:\:script_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-axo-block/src/AxoBlockPaymentMethod.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\AxoBlock\\AxoBlockPaymentMethod\:\:\$payment_method_selected_map type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-axo-block/src/AxoBlockPaymentMethod.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\AxoBlock\\AxoBlockPaymentMethod\:\:\$supported_country_card_type_matrix type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-axo-block/src/AxoBlockPaymentMethod.php
-
message: '#^Access to an undefined property object\:\:\$code\.$#'
identifier: property.notFound
count: 1
path: modules/ppcp-axo/services.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Axo\\Assets\\AxoManager\:\:__construct\(\) has parameter \$insights_data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-axo/src/Assets/AxoManager.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Axo\\Assets\\AxoManager\:\:__construct\(\) has parameter \$supported_country_card_type_matrix with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-axo/src/Assets/AxoManager.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Axo\\Assets\\AxoManager\:\:script_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-axo/src/Assets/AxoManager.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Axo\\Assets\\AxoManager\:\:\$insights_data type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-axo/src/Assets/AxoManager.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Axo\\Assets\\AxoManager\:\:\$supported_country_card_type_matrix type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-axo/src/Assets/AxoManager.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Axo\\AxoModule\:\:hide_credit_card_when_using_fastlane\(\) has parameter \$methods with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-axo/src/AxoModule.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Axo\\Gateway\\AxoGateway\:\:__construct\(\) has parameter \$card_icons with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-axo/src/Gateway/AxoGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Axo\\Gateway\\AxoGateway\:\:build_order_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-axo/src/Gateway/AxoGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Axo\\Gateway\\AxoGateway\:\:generate_ppcp_html\(\) should return string but returns string\|false\.$#'
identifier: return.type
count: 1
path: modules/ppcp-axo/src/Gateway/AxoGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Axo\\Gateway\\AxoGateway\:\:get_user_friendly_error_message\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-axo/src/Gateway/AxoGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Axo\\Gateway\\AxoGateway\:\:handle_payment_failure\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-axo/src/Gateway/AxoGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Axo\\Gateway\\AxoGateway\:\:handle_payment_success\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-axo/src/Gateway/AxoGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Axo\\Gateway\\AxoGateway\:\:init_form_fields\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-axo/src/Gateway/AxoGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Axo\\Gateway\\AxoGateway\:\:process_3ds_return\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-axo/src/Gateway/AxoGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Axo\\Gateway\\AxoGateway\:\:process_payment\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-axo/src/Gateway/AxoGateway.php
-
message: '#^Parameter \#2 \$payment_token of method WooCommerce\\PayPalCommerce\\Axo\\Gateway\\AxoGateway\:\:create_paypal_order\(\) expects string, array\|string given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-axo/src/Gateway/AxoGateway.php
-
message: '#^Parameter \#2 \$token of method WooCommerce\\PayPalCommerce\\Axo\\Gateway\\AxoGateway\:\:process_3ds_return\(\) expects string, array\|string given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-axo/src/Gateway/AxoGateway.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Axo\\Gateway\\AxoGateway\:\:\$card_icons type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-axo/src/Gateway/AxoGateway.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Axo\\Helper\\CompatibilityChecker\:\:\$checkout_compatibility type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-axo/src/Helper/CompatibilityChecker.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Axo\\Helper\\PropertiesDictionary\:\:cardholder_name_options\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-axo/src/Helper/PropertiesDictionary.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Axo\\Service\\AxoApplies\:\:__construct\(\) has parameter \$allowed_country_currency_matrix with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-axo/src/Service/AxoApplies.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Axo\\Service\\AxoApplies\:\:\$allowed_country_currency_matrix type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-axo/src/Service/AxoApplies.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Blocks\\AdvancedCardPaymentMethod\:\:get_payment_method_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-blocks/src/AdvancedCardPaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Blocks\\AdvancedCardPaymentMethod\:\:initialize\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-blocks/src/AdvancedCardPaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Blocks\\PayPalPaymentMethod\:\:__construct\(\) has parameter \$all_funding_sources with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-blocks/src/PayPalPaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Blocks\\PayPalPaymentMethod\:\:get_payment_method_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-blocks/src/PayPalPaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Blocks\\PayPalPaymentMethod\:\:initialize\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-blocks/src/PayPalPaymentMethod.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Blocks\\PayPalPaymentMethod\:\:\$all_funding_sources type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-blocks/src/PayPalPaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Assets\\ButtonInterface\:\:script_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Assets/ButtonInterface.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Assets\\DisabledSmartButton\:\:script_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Assets/DisabledSmartButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Assets\\SmartButton\:\:__construct\(\) has parameter \$pay_now_contexts with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Assets/SmartButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Assets\\SmartButton\:\:attributes\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Assets/SmartButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Assets\\SmartButton\:\:bn_codes\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Assets/SmartButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Assets\\SmartButton\:\:button_renderer\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-button/src/Assets/SmartButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Assets\\SmartButton\:\:components\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Assets/SmartButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Assets\\SmartButton\:\:dcc_renderer\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-button/src/Assets/SmartButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Assets\\SmartButton\:\:is_button_disabled\(\) has parameter \$context_data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Assets/SmartButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Assets\\SmartButton\:\:is_pay_later_button_enabled_for_location\(\) has parameter \$context_data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Assets/SmartButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Assets\\SmartButton\:\:is_pay_later_filter_enabled_for_location\(\) has parameter \$context_data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Assets/SmartButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Assets\\SmartButton\:\:is_pay_later_messaging_enabled_for_location\(\) has parameter \$context_data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Assets/SmartButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Assets\\SmartButton\:\:message_renderer\(\) has parameter \$block_params with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Assets/SmartButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Assets\\SmartButton\:\:message_values\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Assets/SmartButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Assets\\SmartButton\:\:messages_renderer_block\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Assets/SmartButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Assets\\SmartButton\:\:messages_renderer_hook\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Assets/SmartButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Assets\\SmartButton\:\:normalize_style\(\) has parameter \$style with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Assets/SmartButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Assets\\SmartButton\:\:normalize_style\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Assets/SmartButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Assets\\SmartButton\:\:pay_now_script_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Assets/SmartButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Assets\\SmartButton\:\:payerData\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Assets/SmartButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Assets\\SmartButton\:\:product_filter_context_data\(\) has parameter \$context_data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Assets/SmartButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Assets\\SmartButton\:\:product_filter_context_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Assets/SmartButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Assets\\SmartButton\:\:script_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Assets/SmartButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Assets\\SmartButton\:\:url_params\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Assets/SmartButton.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Assets\\SmartButtonInterface\:\:script_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Assets/SmartButtonInterface.php
-
message: '#^Parameter \#1 \$str of function sanitize_text_field expects string, array\|string given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-button/src/ButtonModule.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Endpoint\\AbstractCartEndpoint\:\:add_products\(\) has parameter \$products with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Endpoint/AbstractCartEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Endpoint\\AbstractCartEndpoint\:\:products_from_request\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Endpoint/AbstractCartEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Endpoint\\CartScriptParamsEndpoint\:\:append_shipping_data\(\) has parameter \$response with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Endpoint/CartScriptParamsEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Endpoint\\CartScriptParamsEndpoint\:\:append_shipping_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Endpoint/CartScriptParamsEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Endpoint\\ChangeCartEndpoint\:\:add_products\(\) has parameter \$products with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Endpoint/ChangeCartEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Endpoint\\ChangeCartEndpoint\:\:generate_purchase_units\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Endpoint/ChangeCartEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Endpoint\\CreateOrderEndpoint\:\:create_paypal_order\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Endpoint/CreateOrderEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Endpoint\\CreateOrderEndpoint\:\:make_response\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Endpoint/CreateOrderEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Endpoint\\CreateOrderEndpoint\:\:payer\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Endpoint/CreateOrderEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Endpoint\\CreateOrderEndpoint\:\:set_bn_code\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-button/src/Endpoint/CreateOrderEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Endpoint\\CreateOrderEndpoint\:\:set_bn_code\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Endpoint/CreateOrderEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Endpoint\\CreateOrderEndpoint\:\:validate_form\(\) has parameter \$form_fields with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Endpoint/CreateOrderEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Endpoint\\CreateOrderEndpoint\:\:validate_paynow_form\(\) has parameter \$form_fields with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Endpoint/CreateOrderEndpoint.php
-
message: '#^Parameter \#1 \$json of function json_decode expects string, string\|false given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-button/src/Endpoint/CreateOrderEndpoint.php
-
message: '#^Parameter \#1 \$wc_order of method WooCommerce\\PayPalCommerce\\ApiClient\\Factory\\PayerFactory\:\:from_wc_order\(\) expects WC_Order, WC_Order\|null given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-button/src/Endpoint/CreateOrderEndpoint.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Button\\Endpoint\\CreateOrderEndpoint\:\:\$form type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Endpoint/CreateOrderEndpoint.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Button\\Endpoint\\CreateOrderEndpoint\:\:\$parsed_request_data type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Endpoint/CreateOrderEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Endpoint\\RequestData\:\:dequeue_nonce_fix\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-button/src/Endpoint/RequestData.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Endpoint\\RequestData\:\:enqueue_nonce_fix\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-button/src/Endpoint/RequestData.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Endpoint\\RequestData\:\:read_request\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Endpoint/RequestData.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Endpoint\\RequestData\:\:sanitize\(\) has parameter \$assoc_array with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Endpoint/RequestData.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Endpoint\\RequestData\:\:sanitize\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Endpoint/RequestData.php
-
message: '#^Parameter \#1 \$json of function json_decode expects string, string\|false given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-button/src/Endpoint/RequestData.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Helper\\CartProductsHelper\:\:add_booking_product\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Helper/CartProductsHelper.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Helper\\CartProductsHelper\:\:add_products\(\) has parameter \$products with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Helper/CartProductsHelper.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Helper\\CartProductsHelper\:\:add_variable_product\(\) has parameter \$post_variations with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Helper/CartProductsHelper.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Helper\\CartProductsHelper\:\:cart_item_keys\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Helper/CartProductsHelper.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Helper\\CartProductsHelper\:\:product_from_data\(\) has parameter \$product with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Helper/CartProductsHelper.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Helper\\CartProductsHelper\:\:product_from_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Helper/CartProductsHelper.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Helper\\CartProductsHelper\:\:products_from_data\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Helper/CartProductsHelper.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Helper\\CartProductsHelper\:\:products_from_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Helper/CartProductsHelper.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Button\\Helper\\CartProductsHelper\:\:\$cart_item_keys type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Helper/CartProductsHelper.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Helper\\CheckoutFormSaver\:\:save\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Helper/CheckoutFormSaver.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Helper\\DisabledFundingSources\:\:__construct\(\) has parameter \$all_funding_sources with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Helper/DisabledFundingSources.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Helper\\DisabledFundingSources\:\:apply_block_checkout_rules\(\) has parameter \$disable_funding with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Helper/DisabledFundingSources.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Helper\\DisabledFundingSources\:\:apply_block_checkout_rules\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Helper/DisabledFundingSources.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Helper\\DisabledFundingSources\:\:apply_context_rules\(\) has parameter \$disable_funding with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Helper/DisabledFundingSources.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Helper\\DisabledFundingSources\:\:apply_context_rules\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Helper/DisabledFundingSources.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Helper\\DisabledFundingSources\:\:get_sources_for_free_trial\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Helper/DisabledFundingSources.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Helper\\DisabledFundingSources\:\:get_sources_from_settings\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Helper/DisabledFundingSources.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Helper\\DisabledFundingSources\:\:sanitize_and_filter_sources\(\) has parameter \$disable_funding with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Helper/DisabledFundingSources.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Helper\\DisabledFundingSources\:\:sanitize_and_filter_sources\(\) has parameter \$flags with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Helper/DisabledFundingSources.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Button\\Helper\\DisabledFundingSources\:\:\$all_funding_sources type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Helper/DisabledFundingSources.php
-
message: '#^Parameter \#1 \$str of function sanitize_text_field expects string, array\|string given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-button/src/Helper/EarlyOrderHandler.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Button\\Helper\\MessagesDisclaimers\:\:\$disclaimers type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Helper/MessagesDisclaimers.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Helper\\WooCommerceOrderCreator\:\:create_from_paypal_order\(\) has parameter \$paypal_data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Helper/WooCommerceOrderCreator.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Helper\\WooCommerceOrderCreator\:\:get_payer\(\) has parameter \$paypal_data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Helper/WooCommerceOrderCreator.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Helper\\WooCommerceOrderCreator\:\:get_shipping\(\) has parameter \$paypal_data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Helper/WooCommerceOrderCreator.php
-
message: '#^Parameter \#1 \$price of static method WC_Tax\:\:calc_tax\(\) expects float, float\|string given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-button/src/Helper/WooCommerceOrderCreator.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Session\\CartData\:\:from_array\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Session/CartData.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Session\\CartData\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Session/CartData.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Button\\Validation\\CheckoutFormValidator\:\:validate\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-button/src/Validation/CheckoutFormValidator.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\CardFields\\Helper\\CardFieldsApplies\:\:__construct\(\) has parameter \$allowed_country_matrix with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-card-fields/src/Helper/CardFieldsApplies.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\CardFields\\Helper\\CardFieldsApplies\:\:\$allowed_country_matrix type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-card-fields/src/Helper/CardFieldsApplies.php
-
message: '#^Parameter \#2 \$all_locations of method WooCommerce\\PayPalCommerce\\Compat\\CompatModule\:\:selected_locations\(\) expects array\<string\>, list\<int\|string\> given\.$#'
identifier: argument.type
count: 3
path: modules/ppcp-compat/src/CompatModule.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Compat\\PPEC\\SubscriptionsHandler\:\:add_billing_agreement_as_token_type\(\) has parameter \$types with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-compat/src/PPEC/SubscriptionsHandler.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Compat\\PPEC\\SubscriptionsHandler\:\:add_billing_agreement_as_token_type\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-compat/src/PPEC/SubscriptionsHandler.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Compat\\PPEC\\SubscriptionsHandler\:\:add_mock_ppec_gateway\(\) has parameter \$gateways with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-compat/src/PPEC/SubscriptionsHandler.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Compat\\PPEC\\SubscriptionsHandler\:\:add_mock_ppec_gateway\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-compat/src/PPEC/SubscriptionsHandler.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Compat\\PPEC\\SubscriptionsHandler\:\:use_billing_agreement_as_token\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-compat/src/PPEC/SubscriptionsHandler.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Compat\\PPEC\\SubscriptionsHandler\:\:use_billing_agreement_as_token\(\) has parameter \$customer with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: modules/ppcp-compat/src/PPEC/SubscriptionsHandler.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Compat\\PPEC\\SubscriptionsHandler\:\:use_billing_agreement_as_token\(\) has parameter \$order with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: modules/ppcp-compat/src/PPEC/SubscriptionsHandler.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Compat\\PPEC\\SubscriptionsHandler\:\:use_billing_agreement_as_token\(\) has parameter \$token with no type specified\.$#'
identifier: missingType.parameter
count: 1
path: modules/ppcp-compat/src/PPEC/SubscriptionsHandler.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Compat\\Settings\\GeneralSettingsMapHelper\:\:mapped_value\(\) has parameter \$settings_model with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-compat/src/Settings/GeneralSettingsMapHelper.php
-
message: '#^Call to an undefined method object\:\:to_array\(\)\.$#'
identifier: method.notFound
count: 1
path: modules/ppcp-compat/src/Settings/SettingsMapHelper.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Compat\\Settings\\SettingsMapHelper\:\:\$key_to_model type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-compat/src/Settings/SettingsMapHelper.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Compat\\Settings\\SettingsMapHelper\:\:\$model_cache type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-compat/src/Settings/SettingsMapHelper.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Compat\\Settings\\SettingsTabMapHelper\:\:mapped_3d_secure_value\(\) has parameter \$settings_model with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-compat/src/Settings/SettingsTabMapHelper.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Compat\\Settings\\SettingsTabMapHelper\:\:mapped_intent_value\(\) has parameter \$settings_model with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-compat/src/Settings/SettingsTabMapHelper.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Compat\\Settings\\SettingsTabMapHelper\:\:mapped_landing_page_value\(\) has parameter \$settings_model with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-compat/src/Settings/SettingsTabMapHelper.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Compat\\Settings\\SettingsTabMapHelper\:\:mapped_mismatch_behavior_value\(\) has parameter \$settings_model with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-compat/src/Settings/SettingsTabMapHelper.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Compat\\Settings\\SettingsTabMapHelper\:\:mapped_pay_now_value\(\) has parameter \$settings_model with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-compat/src/Settings/SettingsTabMapHelper.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Compat\\Settings\\SettingsTabMapHelper\:\:mapped_value\(\) has parameter \$settings_model with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-compat/src/Settings/SettingsTabMapHelper.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Compat\\Settings\\StylingSettingsMapHelper\:\:mapped_disabled_funding_value\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-compat/src/Settings/StylingSettingsMapHelper.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Compat\\Settings\\SubscriptionSettingsMapHelper\:\:mapped_value\(\) has parameter \$settings_model with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-compat/src/Settings/SubscriptionSettingsMapHelper.php
-
message: '#^Cannot cast array\|string to string\.$#'
identifier: cast.string
count: 1
path: modules/ppcp-fraud-protection/src/Recaptcha/Recaptcha.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\FraudProtection\\Recaptcha\\Recaptcha\:\:cart_contents\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-fraud-protection/src/Recaptcha/Recaptcha.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\FraudProtection\\Recaptcha\\Recaptcha\:\:intercept_paypal_ajax\(\) has parameter \$request_data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-fraud-protection/src/Recaptcha/Recaptcha.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\FraudProtection\\Recaptcha\\Recaptcha\:\:log_rejection\(\) has parameter \$request_data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-fraud-protection/src/Recaptcha/Recaptcha.php
-
message: '#^Parameter \#1 \$str of function sanitize_text_field expects string, array\|string given\.$#'
identifier: argument.type
count: 5
path: modules/ppcp-fraud-protection/src/Recaptcha/Recaptcha.php
-
message: '#^Parameter \#1 \$url of function sanitize_url expects string, array\|string given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-fraud-protection/src/Recaptcha/Recaptcha.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\FraudProtection\\Recaptcha\\RecaptchaIntegration\:\:init_form_fields\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-fraud-protection/src/Recaptcha/RecaptchaIntegration.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Googlepay\\Assets\\BlocksPaymentMethod\:\:get_payment_method_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-googlepay/src/Assets/BlocksPaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Googlepay\\Assets\\BlocksPaymentMethod\:\:initialize\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-googlepay/src/Assets/BlocksPaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Googlepay\\Assets\\Button\:\:add_partner_referrals_data\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-googlepay/src/Assets/Button.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Googlepay\\Assets\\Button\:\:add_partner_referrals_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-googlepay/src/Assets/Button.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Googlepay\\Assets\\Button\:\:button_styles_for_context\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-googlepay/src/Assets/Button.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Googlepay\\Assets\\Button\:\:filter_partner_referrals_option\(\) has parameter \$option with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-googlepay/src/Assets/Button.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Googlepay\\Assets\\Button\:\:filter_partner_referrals_option\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-googlepay/src/Assets/Button.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Googlepay\\Assets\\Button\:\:script_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-googlepay/src/Assets/Button.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Googlepay\\Endpoint\\UpdatePaymentDataEndpoint\:\:get_shipping_options\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-googlepay/src/Endpoint/UpdatePaymentDataEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Googlepay\\Endpoint\\UpdatePaymentDataEndpoint\:\:update_addresses\(\) has parameter \$payment_data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-googlepay/src/Endpoint/UpdatePaymentDataEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Googlepay\\Endpoint\\UpdatePaymentDataEndpoint\:\:update_shipping_method\(\) has parameter \$payment_data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-googlepay/src/Endpoint/UpdatePaymentDataEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Googlepay\\GooglePayGateway\:\:handle_payment_failure\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-googlepay/src/GooglePayGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Googlepay\\GooglePayGateway\:\:handle_payment_success\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-googlepay/src/GooglePayGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Googlepay\\GooglePayGateway\:\:init_form_fields\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-googlepay/src/GooglePayGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Googlepay\\GooglePayGateway\:\:process_payment\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-googlepay/src/GooglePayGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Googlepay\\Helper\\ApmApplies\:\:__construct\(\) has parameter \$allowed_countries with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-googlepay/src/Helper/ApmApplies.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Googlepay\\Helper\\ApmApplies\:\:__construct\(\) has parameter \$allowed_currencies with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-googlepay/src/Helper/ApmApplies.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Googlepay\\Helper\\ApmApplies\:\:\$allowed_countries type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-googlepay/src/Helper/ApmApplies.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Googlepay\\Helper\\ApmApplies\:\:\$allowed_currencies type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-googlepay/src/Helper/ApmApplies.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Googlepay\\Helper\\PropertiesDictionary\:\:button_colors\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-googlepay/src/Helper/PropertiesDictionary.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Googlepay\\Helper\\PropertiesDictionary\:\:button_languages\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-googlepay/src/Helper/PropertiesDictionary.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Googlepay\\Helper\\PropertiesDictionary\:\:button_types\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-googlepay/src/Helper/PropertiesDictionary.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\BancontactGateway\:\:init_form_fields\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/BancontactGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\BancontactGateway\:\:process_payment\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/BancontactGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\BancontactPaymentMethod\:\:get_payment_method_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/BancontactPaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\BancontactPaymentMethod\:\:initialize\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/BancontactPaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\BlikGateway\:\:init_form_fields\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/BlikGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\BlikGateway\:\:process_payment\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/BlikGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\BlikPaymentMethod\:\:get_payment_method_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/BlikPaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\BlikPaymentMethod\:\:initialize\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/BlikPaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\EPSGateway\:\:init_form_fields\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/EPSGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\EPSGateway\:\:process_payment\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/EPSGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\EPSPaymentMethod\:\:get_payment_method_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/EPSPaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\EPSPaymentMethod\:\:initialize\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/EPSPaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\IDealGateway\:\:init_form_fields\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/IDealGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\IDealGateway\:\:process_payment\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/IDealGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\IDealPaymentMethod\:\:get_payment_method_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/IDealPaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\IDealPaymentMethod\:\:initialize\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/IDealPaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\LocalAlternativePaymentMethodsModule\:\:is_local_apm\(\) has parameter \$payment_methods with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/LocalAlternativePaymentMethodsModule.php
-
message: '#^Parameter \#1 \$haystack of function str_contains expects string\|null, array\|string given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/LocalAlternativePaymentMethodsModule.php
-
message: '#^Parameter \#1 \$url of function esc_url_raw expects string, array\|string given\.$#'
identifier: argument.type
count: 3
path: modules/ppcp-local-alternative-payment-methods/src/LocalAlternativePaymentMethodsModule.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\LocalAlternativePaymentMethodsModule\:\:\$payment_methods type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/LocalAlternativePaymentMethodsModule.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\MultibancoGateway\:\:init_form_fields\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/MultibancoGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\MultibancoGateway\:\:process_payment\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/MultibancoGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\MultibancoPaymentMethod\:\:get_payment_method_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/MultibancoPaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\MultibancoPaymentMethod\:\:initialize\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/MultibancoPaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\MyBankGateway\:\:init_form_fields\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/MyBankGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\MyBankGateway\:\:process_payment\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/MyBankGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\MyBankPaymentMethod\:\:get_payment_method_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/MyBankPaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\MyBankPaymentMethod\:\:initialize\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/MyBankPaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\P24Gateway\:\:init_form_fields\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/P24Gateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\P24Gateway\:\:process_payment\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/P24Gateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\P24PaymentMethod\:\:get_payment_method_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/P24PaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\P24PaymentMethod\:\:initialize\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/P24PaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\PWCGateway\:\:process_payment\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/PWCGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\PWCPaymentMethod\:\:get_payment_method_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/PWCPaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\TrustlyGateway\:\:init_form_fields\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/TrustlyGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\TrustlyGateway\:\:process_payment\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/TrustlyGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\TrustlyPaymentMethod\:\:get_payment_method_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/TrustlyPaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\LocalAlternativePaymentMethods\\TrustlyPaymentMethod\:\:initialize\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-local-alternative-payment-methods/src/TrustlyPaymentMethod.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Onboarding\\Assets\\OnboardingAssets\:\:get_script_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-onboarding/src/Assets/OnboardingAssets.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Onboarding\\Endpoint\\UpdateSignupLinksEndpoint\:\:__construct\(\) has parameter \$signup_link_ids with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-onboarding/src/Endpoint/UpdateSignupLinksEndpoint.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Onboarding\\Endpoint\\UpdateSignupLinksEndpoint\:\:\$signup_link_ids type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-onboarding/src/Endpoint/UpdateSignupLinksEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Onboarding\\Helper\\OnboardingUrl\:\:validate_cache_data\(\) has parameter \$cache_data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-onboarding/src/Helper/OnboardingUrl.php
-
message: '#^Parameter \#2 \$callback of function add_action expects callable\(\)\: mixed, array\{mixed, ''register_routes''\} given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-onboarding/src/OnboardingModule.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Onboarding\\OnboardingRESTController\:\:generate_signup_link\(\) has parameter \$url_args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-onboarding/src/OnboardingRESTController.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Onboarding\\OnboardingRESTController\:\:get_params\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-onboarding/src/OnboardingRESTController.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Onboarding\\OnboardingRESTController\:\:get_status\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-onboarding/src/OnboardingRESTController.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Onboarding\\OnboardingRESTController\:\:register_routes\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-onboarding/src/OnboardingRESTController.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Onboarding\\OnboardingRESTController\:\:set_credentials\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-onboarding/src/OnboardingRESTController.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Onboarding\\OnboardingRESTController\:\:\$return_url_args type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-onboarding/src/OnboardingRESTController.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Onboarding\\Render\\OnboardingRenderer\:\:render\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-onboarding/src/Render/OnboardingRenderer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Onboarding\\Render\\OnboardingRenderer\:\:render_button\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-onboarding/src/Render/OnboardingRenderer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Onboarding\\State\:\:state_by_keys\(\) has parameter \$onboarded_keys with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-onboarding/src/State.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\OrderTracking\\Assets\\OrderEditPageAssets\:\:get_script_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-order-tracking/src/Assets/OrderEditPageAssets.php
-
message: '#^Cannot access offset ''body'' on array\|WP_Error\.$#'
identifier: offsetAccess.nonOffsetAccessible
count: 2
path: modules/ppcp-order-tracking/src/Endpoint/OrderTrackingEndpoint.php
-
message: '#^Class WooCommerce\\PayPalCommerce\\OrderTracking\\Endpoint\\OrderTrackingEndpoint has type alias TrackingInfo with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-order-tracking/src/Endpoint/OrderTrackingEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\OrderTracking\\Endpoint\\OrderTrackingEndpoint\:\:create_shipment\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-order-tracking/src/Endpoint/OrderTrackingEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\OrderTracking\\Endpoint\\OrderTrackingEndpoint\:\:generate_request_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-order-tracking/src/Endpoint/OrderTrackingEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\OrderTracking\\Endpoint\\OrderTrackingEndpoint\:\:request\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-order-tracking/src/Endpoint/OrderTrackingEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\OrderTracking\\Endpoint\\OrderTrackingEndpoint\:\:request\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-order-tracking/src/Endpoint/OrderTrackingEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\OrderTracking\\Endpoint\\OrderTrackingEndpoint\:\:request_headers\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-order-tracking/src/Endpoint/OrderTrackingEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\OrderTracking\\Endpoint\\OrderTrackingEndpoint\:\:request_response_string\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-order-tracking/src/Endpoint/OrderTrackingEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\OrderTracking\\Endpoint\\OrderTrackingEndpoint\:\:request_response_string\(\) has parameter \$response with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-order-tracking/src/Endpoint/OrderTrackingEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\OrderTracking\\Endpoint\\OrderTrackingEndpoint\:\:throw_paypal_api_exception\(\) has parameter \$response with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-order-tracking/src/Endpoint/OrderTrackingEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\OrderTracking\\Endpoint\\OrderTrackingEndpoint\:\:throw_runtime_exception\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-order-tracking/src/Endpoint/OrderTrackingEndpoint.php
-
message: '#^Parameter \#2 \$data of method WooCommerce\\PayPalCommerce\\OrderTracking\\Endpoint\\OrderTrackingEndpoint\:\:create_shipment\(\) expects array\{capture_id\: string, status\: ''CANCELLED''\|''DELIVERED''\|''ON_HOLD''\|''SHIPPED'', tracking_number\: string, carrier\: string, items\?\: array, carrier_name_other\?\: string\}, array given\.$#'
identifier: argument.type
count: 2
path: modules/ppcp-order-tracking/src/Endpoint/OrderTrackingEndpoint.php
-
message: '#^Parameter \#2 \$data of method WooCommerce\\PayPalCommerce\\OrderTracking\\Endpoint\\OrderTrackingEndpoint\:\:create_shipment\(\) expects array\{capture_id\: string, status\: ''CANCELLED''\|''DELIVERED''\|''ON_HOLD''\|''SHIPPED'', tracking_number\: string, carrier\: string, items\?\: array, carrier_name_other\?\: string\}, array\<mixed, mixed\> given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-order-tracking/src/Endpoint/OrderTrackingEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\OrderTracking\\Shipment\\Shipment\:\:line_items\(\) should return array\<int, array\{name\: string, unit_amount\: array\{currency_code\: string, value\: string\}, quantity\: int, description\: string, sku\: string, category\: string, tax\?\: array\{currency_code\: string, value\: string\}, tax_rate\?\: string\}\> but returns array\<int, array\>\.$#'
identifier: return.type
count: 1
path: modules/ppcp-order-tracking/src/Shipment/Shipment.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\PayLaterBlock\\PayLaterBlockRenderer\:\:render\(\) has parameter \$attributes with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-paylater-block/src/PayLaterBlockRenderer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\PayLaterConfigurator\\Endpoint\\SaveConfig\:\:save_config\(\) has parameter \$config with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-paylater-configurator/src/Endpoint/SaveConfig.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\PayLaterConfigurator\\Endpoint\\SaveConfig\:\:save_config_for_location\(\) has parameter \$config with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-paylater-configurator/src/Endpoint/SaveConfig.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\PayLaterConfigurator\\Endpoint\\SaveConfig\:\:set_value_if_present\(\) has parameter \$config with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-paylater-configurator/src/Endpoint/SaveConfig.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\PayLaterConfigurator\\Factory\\ConfigFactory\:\:for_location\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-paylater-configurator/src/Factory/ConfigFactory.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\PayLaterConfigurator\\Factory\\ConfigFactory\:\:for_woocommerce_block\(\) has parameter \$selected_locations with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-paylater-configurator/src/Factory/ConfigFactory.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\PayLaterConfigurator\\Factory\\ConfigFactory\:\:from_settings\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-paylater-configurator/src/Factory/ConfigFactory.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\PayLaterConfigurator\\Factory\\ConfigFactory\:\:get_or_default\(\) has parameter \$allowed_values with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-paylater-configurator/src/Factory/ConfigFactory.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\PayLaterConfigurator\\PayLaterConfiguratorModule\:\:add_paylater_update_notice\(\) has parameter \$message_locations with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-paylater-configurator/src/PayLaterConfiguratorModule.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\PayLaterWCBlocks\\PayLaterWCBlocksRenderer\:\:__construct\(\) has parameter \$config with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-paylater-wc-blocks/src/PayLaterWCBlocksRenderer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\PayLaterWCBlocks\\PayLaterWCBlocksRenderer\:\:render\(\) has parameter \$attributes with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-paylater-wc-blocks/src/PayLaterWCBlocksRenderer.php
-
message: '#^Cannot cast array\|string to string\.$#'
identifier: cast.string
count: 1
path: modules/ppcp-paypal-subscriptions/src/PayPalSubscriptionsModule.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\PayPalSubscriptions\\SubscriptionsApiHandler\:\:billing_cycles\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-paypal-subscriptions/src/SubscriptionsApiHandler.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\SavePaymentMethods\\Helper\\SavePaymentMethodsApplies\:\:__construct\(\) has parameter \$allowed_countries with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-save-payment-methods/src/Helper/SavePaymentMethodsApplies.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\SavePaymentMethods\\Helper\\SavePaymentMethodsApplies\:\:\$allowed_countries type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-save-payment-methods/src/Helper/SavePaymentMethodsApplies.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\SavePaymentMethods\\SavePaymentMethodsModule\:\:add_id_token_to_script_data\(\) has parameter \$localized_script_data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-save-payment-methods/src/SavePaymentMethodsModule.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\SavePaymentMethods\\SavePaymentMethodsModule\:\:add_id_token_to_script_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-save-payment-methods/src/SavePaymentMethodsModule.php
-
message: '#^Parameter \#1 \$str of function sanitize_text_field expects string, array\|string given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-session/src/Cancellation/CancelController.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Session\\MemoryWcSession\:\:forget_session\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-session/src/MemoryWcSession.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Session\\MemoryWcSession\:\:get_session_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-session/src/MemoryWcSession.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Session\\MemoryWcSession\:\:init_session_cookie\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-session/src/MemoryWcSession.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Session\\MemoryWcSession\:\:replace_session_handler\(\) has parameter \$session_data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-session/src/MemoryWcSession.php
-
message: '#^Property WC_Session\:\:\$_customer_id \(string\) does not accept int\|string\.$#'
identifier: assign.propertyType
count: 1
path: modules/ppcp-session/src/MemoryWcSession.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Session\\MemoryWcSession\:\:\$data type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-session/src/MemoryWcSession.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Session\\SessionHandler\:\:checkout_form\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-session/src/SessionHandler.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Session\\SessionHandler\:\:make_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-session/src/SessionHandler.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Session\\SessionHandler\:\:replace_checkout_form\(\) has parameter \$checkout_form with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-session/src/SessionHandler.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Session\\SessionHandler\:\:\$checkout_form type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-session/src/SessionHandler.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\DTO\\LocationStylingDTO\:\:__construct\(\) has parameter \$methods with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/DTO/LocationStylingDTO.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Settings\\DTO\\LocationStylingDTO\:\:\$methods type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/DTO/LocationStylingDTO.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\AbstractDataModel\:\:from_array\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/AbstractDataModel.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\AbstractDataModel\:\:get_defaults\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/AbstractDataModel.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\AbstractDataModel\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/AbstractDataModel.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Settings\\Data\\AbstractDataModel\:\:\$data type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/AbstractDataModel.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\Definition\\FeaturesDefinition\:\:__construct\(\) has parameter \$merchant_capabilities with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/Definition/FeaturesDefinition.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\Definition\\FeaturesDefinition\:\:all_available_features\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/Definition/FeaturesDefinition.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\Definition\\FeaturesDefinition\:\:get\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/Definition/FeaturesDefinition.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Settings\\Data\\Definition\\FeaturesDefinition\:\:\$merchant_capabilities type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/Definition/FeaturesDefinition.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\Definition\\PaymentMethodsDefinition\:\:build_method_definition\(\) has parameter \$fields with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/Definition/PaymentMethodsDefinition.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\Definition\\PaymentMethodsDefinition\:\:build_method_definition\(\) has parameter \$warning_messages with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/Definition/PaymentMethodsDefinition.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\Definition\\PaymentMethodsDefinition\:\:build_method_definition\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/Definition/PaymentMethodsDefinition.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\Definition\\PaymentMethodsDefinition\:\:get_apm_defaults\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/Definition/PaymentMethodsDefinition.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\Definition\\PaymentMethodsDefinition\:\:get_definitions\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/Definition/PaymentMethodsDefinition.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\Definition\\PaymentMethodsDefinition\:\:group_apms\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/Definition/PaymentMethodsDefinition.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\Definition\\PaymentMethodsDefinition\:\:group_card_methods\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/Definition/PaymentMethodsDefinition.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\Definition\\PaymentMethodsDefinition\:\:group_paypal_methods\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/Definition/PaymentMethodsDefinition.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Settings\\Data\\Definition\\PaymentMethodsDefinition\:\:\$wc_gateways type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/Definition/PaymentMethodsDefinition.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\Definition\\PaymentMethodsDependenciesDefinition\:\:add_dependency_info_to_methods\(\) has parameter \$methods with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/Definition/PaymentMethodsDependenciesDefinition.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\Definition\\PaymentMethodsDependenciesDefinition\:\:add_dependency_info_to_methods\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/Definition/PaymentMethodsDependenciesDefinition.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\Definition\\PaymentMethodsDependenciesDefinition\:\:get_all_dependent_settings\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/Definition/PaymentMethodsDependenciesDefinition.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\Definition\\PaymentMethodsDependenciesDefinition\:\:get_method_payment_method_dependencies\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/Definition/PaymentMethodsDependenciesDefinition.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\Definition\\PaymentMethodsDependenciesDefinition\:\:get_method_setting_dependencies\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/Definition/PaymentMethodsDependenciesDefinition.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\Definition\\PaymentMethodsDependenciesDefinition\:\:get_payment_method_dependencies\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/Definition/PaymentMethodsDependenciesDefinition.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\Definition\\PaymentMethodsDependenciesDefinition\:\:get_payment_method_value_dependencies\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/Definition/PaymentMethodsDependenciesDefinition.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\Definition\\PaymentMethodsDependenciesDefinition\:\:get_setting_dependencies\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/Definition/PaymentMethodsDependenciesDefinition.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\Definition\\TodosDefinition\:\:are_all_todos_completed\(\) has parameter \$todos with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/Definition/TodosDefinition.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\Definition\\TodosDefinition\:\:get\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/Definition/TodosDefinition.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\GeneralSettings\:\:get_defaults\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/GeneralSettings.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\GeneralSettings\:\:get_woo_settings\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/GeneralSettings.php
-
message: '#^Parameter \#1 \$key of function sanitize_key expects string, array\|string given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-settings/src/Data/GeneralSettings.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Settings\\Data\\GeneralSettings\:\:\$woo_settings type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/GeneralSettings.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\OnboardingProfile\:\:get_defaults\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/OnboardingProfile.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\OnboardingProfile\:\:get_flags\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/OnboardingProfile.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Settings\\Data\\OnboardingProfile\:\:\$flags type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/OnboardingProfile.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\PaymentSettings\:\:get_defaults\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/PaymentSettings.php
-
message: '#^Constant WooCommerce\\PayPalCommerce\\Settings\\Data\\SettingsModel\:\:LANDING_PAGE_OPTIONS type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/SettingsModel.php
-
message: '#^Constant WooCommerce\\PayPalCommerce\\Settings\\Data\\SettingsModel\:\:SUBTOTAL_ADJUSTMENT_OPTIONS type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/SettingsModel.php
-
message: '#^Constant WooCommerce\\PayPalCommerce\\Settings\\Data\\SettingsModel\:\:THREE_D_SECURE_OPTIONS type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/SettingsModel.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\SettingsModel\:\:get_defaults\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/SettingsModel.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\SettingsModel\:\:get_disabled_cards\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/SettingsModel.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\SettingsModel\:\:set_disabled_cards\(\) has parameter \$cards with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/SettingsModel.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\SettingsProvider\:\:disabled_cards\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/SettingsProvider.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\SettingsProvider\:\:flags\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/SettingsProvider.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\SettingsProvider\:\:woo_settings\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/SettingsProvider.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\StylingSettings\:\:get_defaults\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/StylingSettings.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\TodosModel\:\:get_completed_onclick_todos\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/TodosModel.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\TodosModel\:\:get_defaults\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/TodosModel.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\TodosModel\:\:get_dismissed_todos\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/TodosModel.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\TodosModel\:\:get_todos_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/TodosModel.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\TodosModel\:\:update_completed_onclick_todos\(\) has parameter \$todo_ids with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/TodosModel.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Data\\TodosModel\:\:update_dismissed_todos\(\) has parameter \$todo_ids with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Data/TodosModel.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Settings\\Endpoint\\AuthenticationRestEndpoint\:\:\$response_map type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Endpoint/AuthenticationRestEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Endpoint\\CommonRestEndpoint\:\:add_merchant_info\(\) has parameter \$extra_data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Endpoint/CommonRestEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Endpoint\\CommonRestEndpoint\:\:add_merchant_info\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Endpoint/CommonRestEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Endpoint\\CommonRestEndpoint\:\:add_woo_settings\(\) has parameter \$extra_data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Endpoint/CommonRestEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Endpoint\\CommonRestEndpoint\:\:add_woo_settings\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Endpoint/CommonRestEndpoint.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Settings\\Endpoint\\CommonRestEndpoint\:\:\$field_map type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Endpoint/CommonRestEndpoint.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Settings\\Endpoint\\CommonRestEndpoint\:\:\$merchant_info_map type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Endpoint/CommonRestEndpoint.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Settings\\Endpoint\\CommonRestEndpoint\:\:\$woo_settings_map type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Endpoint/CommonRestEndpoint.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Settings\\Endpoint\\OnboardingRestEndpoint\:\:\$field_map type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Endpoint/OnboardingRestEndpoint.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Settings\\Endpoint\\OnboardingRestEndpoint\:\:\$flag_map type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Endpoint/OnboardingRestEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Endpoint\\PaymentRestEndpoint\:\:gateways\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Endpoint/PaymentRestEndpoint.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Settings\\Endpoint\\PaymentRestEndpoint\:\:\$field_map type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Endpoint/PaymentRestEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Endpoint\\RestEndpoint\:\:return_error\(\) should return WP_REST_Response but returns WP_Error\|WP_REST_Response\.$#'
identifier: return.type
count: 1
path: modules/ppcp-settings/src/Endpoint/RestEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Endpoint\\RestEndpoint\:\:return_success\(\) has parameter \$extra with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Endpoint/RestEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Endpoint\\RestEndpoint\:\:return_success\(\) should return WP_REST_Response but returns WP_Error\|WP_REST_Response\.$#'
identifier: return.type
count: 1
path: modules/ppcp-settings/src/Endpoint/RestEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Endpoint\\RestEndpoint\:\:sanitize_for_javascript\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Endpoint/RestEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Endpoint\\RestEndpoint\:\:sanitize_for_javascript\(\) has parameter \$field_map with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Endpoint/RestEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Endpoint\\RestEndpoint\:\:sanitize_for_javascript\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Endpoint/RestEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Endpoint\\RestEndpoint\:\:sanitize_for_wordpress\(\) has parameter \$field_map with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Endpoint/RestEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Endpoint\\RestEndpoint\:\:sanitize_for_wordpress\(\) has parameter \$params with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Endpoint/RestEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Endpoint\\RestEndpoint\:\:sanitize_for_wordpress\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Endpoint/RestEndpoint.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Settings\\Endpoint\\SettingsRestEndpoint\:\:\$field_map type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Endpoint/SettingsRestEndpoint.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Settings\\Endpoint\\StylingRestEndpoint\:\:\$field_map type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Endpoint/StylingRestEndpoint.php
-
message: '#^Parameter \#1 \$callback of function array_map expects \(callable\(object\)\: mixed\)\|null, Closure\(stdClass\)\: lowercase\-string given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-settings/src/Endpoint/WebhookSettingsEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Enum\\InstallationPathEnum\:\:get_valid_values\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Enum/InstallationPathEnum.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Enum\\ProductChoicesEnum\:\:get_valid_values\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Enum/ProductChoicesEnum.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Enum\\SellerTypeEnum\:\:get_valid_values\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Enum/SellerTypeEnum.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Handler\\ConnectionListener\:\:extract_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Handler/ConnectionListener.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Handler\\ConnectionListener\:\:get_merchant_email_from_request\(\) has parameter \$request with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Handler/ConnectionListener.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Handler\\ConnectionListener\:\:get_merchant_id_from_request\(\) has parameter \$request with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Handler/ConnectionListener.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Handler\\ConnectionListener\:\:get_seller_type_from_request\(\) has parameter \$request with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Handler/ConnectionListener.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Handler\\ConnectionListener\:\:process\(\) has parameter \$request with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Handler/ConnectionListener.php
-
message: '#^Parameter \#1 \$str of function sanitize_text_field expects string, array\|string given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-settings/src/Handler/ConnectionListener.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Settings\\Handler\\ConnectionListener\:\:\$request_data type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Handler/ConnectionListener.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\AuthenticationManager\:\:get_account_details\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/AuthenticationManager.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\AuthenticationManager\:\:get_credentials\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/AuthenticationManager.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\AuthenticationManager\:\:handle_oauth_authentication\(\) has parameter \$request_data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/AuthenticationManager.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\AuthenticationManager\:\:request_payee\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/AuthenticationManager.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\ConnectionUrlGenerator\:\:cache_key\(\) has parameter \$flags with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/ConnectionUrlGenerator.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\ConnectionUrlGenerator\:\:cache_key\(\) has parameter \$products with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/ConnectionUrlGenerator.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\ConnectionUrlGenerator\:\:generate\(\) has parameter \$flags with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/ConnectionUrlGenerator.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\ConnectionUrlGenerator\:\:generate\(\) has parameter \$products with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/ConnectionUrlGenerator.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\ConnectionUrlGenerator\:\:generate_new_url\(\) has parameter \$flags with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/ConnectionUrlGenerator.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\ConnectionUrlGenerator\:\:generate_new_url\(\) has parameter \$products with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/ConnectionUrlGenerator.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\ConnectionUrlGenerator\:\:prepare_referral_data\(\) has parameter \$flags with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/ConnectionUrlGenerator.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\ConnectionUrlGenerator\:\:prepare_referral_data\(\) has parameter \$products with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/ConnectionUrlGenerator.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\ConnectionUrlGenerator\:\:prepare_referral_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/ConnectionUrlGenerator.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\DataSanitizer\:\:sanitize_array\(\) has parameter \$array with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/DataSanitizer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\DataSanitizer\:\:sanitize_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/DataSanitizer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\InternalRestService\:\:build_authentication_cookie\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/InternalRestService.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\Migration\\PaymentSettingsMigration\:\:__construct\(\) has parameter \$local_apms with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/Migration/PaymentSettingsMigration.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\Migration\\PaymentSettingsMigration\:\:__construct\(\) has parameter \$settings with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/Migration/PaymentSettingsMigration.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Settings\\Service\\Migration\\PaymentSettingsMigration\:\:\$local_apms type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/Migration/PaymentSettingsMigration.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\Migration\\SettingsMigration\:\:__construct\(\) has parameter \$settings with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/Migration/SettingsMigration.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\Migration\\SettingsTabMigration\:\:__construct\(\) has parameter \$settings with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/Migration/SettingsTabMigration.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\Migration\\StylingSettingsMigration\:\:__construct\(\) has parameter \$settings with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/Migration/StylingSettingsMigration.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\PaymentMethodsEligibilityService\:\:__construct\(\) has parameter \$merchant_capabilities with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/PaymentMethodsEligibilityService.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Settings\\Service\\PaymentMethodsEligibilityService\:\:\$merchant_capabilities type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/PaymentMethodsEligibilityService.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\ScriptDataHandler\:\:__construct\(\) has parameter \$button_language_choices with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/ScriptDataHandler.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Settings\\Service\\ScriptDataHandler\:\:\$button_language_choices type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/ScriptDataHandler.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\SettingsDataManager\:\:__construct\(\) has parameter \$data_models with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/SettingsDataManager.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\SettingsDataManager\:\:__construct\(\) has parameter \$paylater_messaging with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/SettingsDataManager.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Settings\\Service\\SettingsDataManager\:\:\$paylater_messaging type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/SettingsDataManager.php
-
message: '#^Constant WooCommerce\\PayPalCommerce\\Settings\\Service\\TodosSortingAndFilteringService\:\:BUTTON_PLACEMENT_IDS type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/TodosSortingAndFilteringService.php
-
message: '#^Constant WooCommerce\\PayPalCommerce\\Settings\\Service\\TodosSortingAndFilteringService\:\:PAY_LATER_IDS type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/TodosSortingAndFilteringService.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\TodosSortingAndFilteringService\:\:apply_all_priority_filters\(\) has parameter \$todos with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/TodosSortingAndFilteringService.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\TodosSortingAndFilteringService\:\:apply_all_priority_filters\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/TodosSortingAndFilteringService.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\TodosSortingAndFilteringService\:\:filter_button_placement_todos\(\) has parameter \$todos with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/TodosSortingAndFilteringService.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\TodosSortingAndFilteringService\:\:filter_button_placement_todos\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/TodosSortingAndFilteringService.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\TodosSortingAndFilteringService\:\:filter_highest_priority_todo\(\) has parameter \$group_ids with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/TodosSortingAndFilteringService.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\TodosSortingAndFilteringService\:\:filter_highest_priority_todo\(\) has parameter \$todos with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/TodosSortingAndFilteringService.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\TodosSortingAndFilteringService\:\:filter_highest_priority_todo\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/TodosSortingAndFilteringService.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\TodosSortingAndFilteringService\:\:filter_pay_later_todos\(\) has parameter \$todos with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/TodosSortingAndFilteringService.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\TodosSortingAndFilteringService\:\:filter_pay_later_todos\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/TodosSortingAndFilteringService.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\TodosSortingAndFilteringService\:\:get_button_placement_ids\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/TodosSortingAndFilteringService.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\TodosSortingAndFilteringService\:\:get_pay_later_ids\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/TodosSortingAndFilteringService.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\TodosSortingAndFilteringService\:\:sort_todos_by_priority\(\) has parameter \$todos with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/TodosSortingAndFilteringService.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Settings\\Service\\TodosSortingAndFilteringService\:\:sort_todos_by_priority\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-settings/src/Service/TodosSortingAndFilteringService.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\StatusReport\\Renderer\:\:render\(\) has parameter \$items with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-status-report/src/Renderer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\StatusReport\\StatusReportModule\:\:subscriptions_mode_text\(\) has parameter \$field_settings with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-status-report/src/StatusReportModule.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Uninstall\\Assets\\ClearDatabaseAssets\:\:__construct\(\) has parameter \$script_data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-uninstall/src/Assets/ClearDatabaseAssets.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\Uninstall\\Assets\\ClearDatabaseAssets\:\:\$script_data type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-uninstall/src/Assets/ClearDatabaseAssets.php
-
message: '#^Parameter \#2 \$callback of function add_action expects callable\(\)\: mixed, array\{mixed, ''enqueue''\} given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-uninstall/src/UninstallModule.php
-
message: '#^Parameter \#1 \$haystack of function str_contains expects string\|null, int\<min, \-1\>\|int\<1, max\>\|string given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-vaulting/src/CustomerApprovalListener.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Vaulting\\PaymentTokenHelper\:\:first_token_of_type\(\) has parameter \$wc_tokens with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-vaulting/src/PaymentTokenHelper.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Vaulting\\PaymentTokenHelper\:\:first_token_of_type\(\) should return WC_Payment_Token\|null but returns object\.$#'
identifier: return.type
count: 1
path: modules/ppcp-vaulting/src/PaymentTokenHelper.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Vaulting\\PaymentTokenPayPal\:\:set_email\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-vaulting/src/PaymentTokenPayPal.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Vaulting\\PaymentTokenRepository\:\:token_contains_source\(\) has parameter \$tokens with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-vaulting/src/PaymentTokenRepository.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Vaulting\\PaymentTokenVenmo\:\:set_email\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-vaulting/src/PaymentTokenVenmo.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Vaulting\\WooCommercePaymentTokens\:\:create_wc_tokens\(\) has parameter \$customer_tokens with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-vaulting/src/WooCommercePaymentTokens.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Vaulting\\WooCommercePaymentTokens\:\:customer_tokens\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-vaulting/src/WooCommercePaymentTokens.php
-
message: '#^Parameter \#1 \$str of function sanitize_text_field expects string, array\|string given\.$#'
identifier: argument.type
count: 5
path: modules/ppcp-wc-gateway/services.php
-
message: '#^Parameter \#1 \$price of function wc_price expects float, float\|string given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-wc-gateway/src/Admin/FeesRenderer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Admin\\OrderTablePaymentStatusColumn\:\:register\(\) has parameter \$columns with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Admin/OrderTablePaymentStatusColumn.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Admin\\OrderTablePaymentStatusColumn\:\:register\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Admin/OrderTablePaymentStatusColumn.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Admin\\OrderTablePaymentStatusColumn\:\:render\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-wc-gateway/src/Admin/OrderTablePaymentStatusColumn.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Admin\\OrderTablePaymentStatusColumn\:\:render_completed_status\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-wc-gateway/src/Admin/OrderTablePaymentStatusColumn.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Admin\\OrderTablePaymentStatusColumn\:\:render_incomplete_status\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-wc-gateway/src/Admin/OrderTablePaymentStatusColumn.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Admin\\PaymentStatusOrderDetail\:\:render\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-wc-gateway/src/Admin/PaymentStatusOrderDetail.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Admin\\RenderAuthorizeAction\:\:render\(\) has parameter \$order_actions with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Admin/RenderAuthorizeAction.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Admin\\RenderAuthorizeAction\:\:render\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Admin/RenderAuthorizeAction.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Admin\\RenderReauthorizeAction\:\:render\(\) has parameter \$order_actions with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Admin/RenderReauthorizeAction.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Admin\\RenderReauthorizeAction\:\:render\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Admin/RenderReauthorizeAction.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Assets\\SettingsPageAssets\:\:__construct\(\) has parameter \$all_funding_sources with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Assets/SettingsPageAssets.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Assets\\SettingsPageAssets\:\:__construct\(\) has parameter \$disabled_sources with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Assets/SettingsPageAssets.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\WcGateway\\Assets\\SettingsPageAssets\:\:\$all_funding_sources type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Assets/SettingsPageAssets.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\WcGateway\\Assets\\SettingsPageAssets\:\:\$disabled_sources type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Assets/SettingsPageAssets.php
-
message: '#^Cannot call method given_name\(\) on WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\PayerName\|null\.$#'
identifier: method.nonObject
count: 2
path: modules/ppcp-wc-gateway/src/Checkout/CheckoutPayPalAddressPreset.php
-
message: '#^Cannot call method surname\(\) on WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\PayerName\|null\.$#'
identifier: method.nonObject
count: 2
path: modules/ppcp-wc-gateway/src/Checkout/CheckoutPayPalAddressPreset.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\WcGateway\\Checkout\\CheckoutPayPalAddressPreset\:\:\$shipping_cache type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Checkout/CheckoutPayPalAddressPreset.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Checkout\\DisableGateways\:\:handler\(\) has parameter \$methods with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Checkout/DisableGateways.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Checkout\\DisableGateways\:\:handler\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Checkout/DisableGateways.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Cli\\SettingsCommand\:\:update\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Cli/SettingsCommand.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Cli\\SettingsCommand\:\:update\(\) has parameter \$assoc_args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Cli/SettingsCommand.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Endpoint\\CaptureCardPayment\:\:request\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Endpoint/CaptureCardPayment.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Endpoint\\CaptureCardPayment\:\:request\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Endpoint/CaptureCardPayment.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Endpoint\\CaptureCardPayment\:\:request_response_string\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Endpoint/CaptureCardPayment.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Endpoint\\CaptureCardPayment\:\:request_response_string\(\) has parameter \$response with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Endpoint/CaptureCardPayment.php
-
message: '#^Parameter \#1 \$str of function sanitize_text_field expects string, array\|string given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-wc-gateway/src/Endpoint/ReturnUrlEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Endpoint\\ShippingCallbackEndpoint\:\:convert_address_to_wc\(\) has parameter \$address with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Endpoint/ShippingCallbackEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Endpoint\\ShippingCallbackEndpoint\:\:convert_address_to_wc\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Endpoint/ShippingCallbackEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Endpoint\\VoidOrderEndpoint\:\:refund_items\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Endpoint/VoidOrderEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\CardButtonGateway\:\:generate_ppcp_html\(\) should return string but returns string\|false\.$#'
identifier: return.type
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/CardButtonGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\CardButtonGateway\:\:handle_payment_failure\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/CardButtonGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\CardButtonGateway\:\:handle_payment_success\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/CardButtonGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\CardButtonGateway\:\:init_form_fields\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/CardButtonGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\CardButtonGateway\:\:process_payment\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/CardButtonGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\CreditCardGateway\:\:__construct\(\) has parameter \$card_icons with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/CreditCardGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\CreditCardGateway\:\:form\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/CreditCardGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\CreditCardGateway\:\:generate_ppcp_html\(\) should return string but returns string\|false\.$#'
identifier: return.type
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/CreditCardGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\CreditCardGateway\:\:handle_payment_failure\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/CreditCardGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\CreditCardGateway\:\:handle_payment_success\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/CreditCardGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\CreditCardGateway\:\:init_form_fields\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/CreditCardGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\CreditCardGateway\:\:process_payment\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/CreditCardGateway.php
-
message: '#^Parameter \#1 \$saved_credit_card of method WooCommerce\\PayPalCommerce\\Vaulting\\VaultedCreditCardHandler\:\:handle_payment\(\) expects string, array\|string given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/CreditCardGateway.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\CreditCardGateway\:\:\$card_icons type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/CreditCardGateway.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\CreditCardGateway\:\:\$form_fields type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/CreditCardGateway.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\CreditCardGateway\:\:\$supports type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/CreditCardGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\GatewayRepository\:\:get_enabled_ppcp_gateway_ids\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/GatewayRepository.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\OXXO\\OXXOGateway\:\:init_form_fields\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/OXXO/OXXOGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\OXXO\\OXXOGateway\:\:process_payment\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/OXXO/OXXOGateway.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\OXXO\\OXXOGateway\:\:\$form_fields type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/OXXO/OXXOGateway.php
-
message: '#^Cannot call method id\(\) on WooCommerce\\PayPalCommerce\\ApiClient\\Entity\\Order\|null\.$#'
identifier: method.nonObject
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/PayPalGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\PayPalGateway\:\:admin_options\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/PayPalGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\PayPalGateway\:\:generate_ppcp_html\(\) should return string but returns string\|false\.$#'
identifier: return.type
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/PayPalGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\PayPalGateway\:\:handle_payment_failure\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/PayPalGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\PayPalGateway\:\:handle_payment_success\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/PayPalGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\PayPalGateway\:\:init_form_fields\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/PayPalGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\PayPalGateway\:\:process_payment\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/PayPalGateway.php
-
message: '#^Parameter \#1 \$id of method WooCommerce\\PayPalCommerce\\WcGateway\\FundingSource\\FundingSourceRenderer\:\:render_name\(\) expects string, array\|string given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/PayPalGateway.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\PayPalGateway\:\:\$form_fields type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/PayPalGateway.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\PayPalGateway\:\:\$supports type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/PayPalGateway.php
-
message: '#^Parameter \#2 \$subject of function preg_match expects string, array\<string\>\|string given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/PayUponInvoice/PayUponInvoice.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\PayUponInvoice\\PayUponInvoiceGateway\:\:init_form_fields\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/PayUponInvoice/PayUponInvoiceGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\PayUponInvoice\\PayUponInvoiceGateway\:\:process_payment\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/PayUponInvoice/PayUponInvoiceGateway.php
-
message: '#^Parameter \#1 \$date of method WooCommerce\\PayPalCommerce\\WcGateway\\Helper\\CheckoutHelper\:\:validate_birth_date\(\) expects string, array\|string given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/PayUponInvoice/PayUponInvoiceGateway.php
-
message: '#^Parameter \#1 \$value of method WC_Order\:\:set_billing_phone\(\) expects string, array\|string given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/PayUponInvoice/PayUponInvoiceGateway.php
-
message: '#^Parameter \#2 \$birth_date of method WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\PayUponInvoice\\PaymentSourceFactory\:\:from_wc_order\(\) expects string, array\|string given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/PayUponInvoice/PayUponInvoiceGateway.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\PayUponInvoice\\PayUponInvoiceGateway\:\:\$form_fields type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/PayUponInvoice/PayUponInvoiceGateway.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\PayUponInvoice\\PayUponInvoiceGateway\:\:\$supports type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/PayUponInvoice/PayUponInvoiceGateway.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\PayUponInvoice\\PaymentSource\:\:__construct\(\) has parameter \$customer_service_instructions with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/PayUponInvoice/PaymentSource.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\PayUponInvoice\\PaymentSource\:\:customer_service_instructions\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/PayUponInvoice/PaymentSource.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\PayUponInvoice\\PaymentSource\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/PayUponInvoice/PaymentSource.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\WcGateway\\Gateway\\PayUponInvoice\\PaymentSource\:\:\$customer_service_instructions type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Gateway/PayUponInvoice/PaymentSource.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Helper\\CartCheckoutDetector\:\:get_elementor_widgets\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Helper/CartCheckoutDetector.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\WcGateway\\Helper\\DisplayManager\:\:\$rules type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Helper/DisplayManager.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Helper\\DisplayRule\:\:add_action\(\) has parameter \$options with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Helper/DisplayRule.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Helper\\DisplayRule\:\:add_condition\(\) has parameter \$options with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Helper/DisplayRule.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Helper\\DisplayRule\:\:to_array\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Helper/DisplayRule.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\WcGateway\\Helper\\DisplayRule\:\:\$actions type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Helper/DisplayRule.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\WcGateway\\Helper\\DisplayRule\:\:\$conditions type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Helper/DisplayRule.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Helper\\MerchantDetails\:\:__construct\(\) has parameter \$eligibility_checks with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Helper/MerchantDetails.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\WcGateway\\Helper\\MerchantDetails\:\:\$eligibility_checks type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Helper/MerchantDetails.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Notice\\AuthorizeOrderActionNotice\:\:current_message\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Notice/AuthorizeOrderActionNotice.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Notice\\AuthorizeOrderActionNotice\:\:display_message\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-wc-gateway/src/Notice/AuthorizeOrderActionNotice.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Notice\\UnsupportedCurrencyAdminNotice\:\:__construct\(\) has parameter \$supported_currencies with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Notice/UnsupportedCurrencyAdminNotice.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\WcGateway\\Notice\\UnsupportedCurrencyAdminNotice\:\:\$supported_currencies type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Notice/UnsupportedCurrencyAdminNotice.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Processor\\AuthorizedPaymentsProcessor\:\:all_authorizations\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Processor/AuthorizedPaymentsProcessor.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\WcGateway\\Processor\\OrderProcessor\:\:\$restore_order_data type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Processor/OrderProcessor.php
-
message: '#^Parameter \#3 \$amount of method WooCommerce\\PayPalCommerce\\WcGateway\\Processor\\RefundProcessor\:\:refund\(\) expects float, float\|null given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-wc-gateway/src/Processor/RefundProcessor.php
-
message: '#^Anonymous function should return array but returns array\.$#'
identifier: return.type
count: 1
path: modules/ppcp-wc-gateway/src/Settings/Fields/connection-tab-fields.php
-
message: '#^Anonymous function should return array but returns array\.$#'
identifier: return.type
count: 1
path: modules/ppcp-wc-gateway/src/Settings/Fields/pay-later-tab-fields.php
-
message: '#^Anonymous function should return array but returns array\.$#'
identifier: return.type
count: 1
path: modules/ppcp-wc-gateway/src/Settings/Fields/paypal-smart-button-fields.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\SectionsRenderer\:\:sections\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Settings/SectionsRenderer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\Settings\:\:get_defaults\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Settings/Settings.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\Settings\:\:persist\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-wc-gateway/src/Settings/Settings.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\Settings\:\:set\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-wc-gateway/src/Settings/Settings.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\Settings\:\:\$settings type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Settings/Settings.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\SettingsListener\:\:__construct\(\) has parameter \$setting_fields with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Settings/SettingsListener.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\SettingsListener\:\:__construct\(\) has parameter \$signup_link_ids with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Settings/SettingsListener.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\SettingsListener\:\:determine_credentials_change_status\(\) has parameter \$new_settings with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Settings/SettingsListener.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\SettingsListener\:\:field_matches_page\(\) has parameter \$field_config with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Settings/SettingsListener.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\SettingsListener\:\:read_active_credentials_from_settings\(\) has parameter \$settings with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Settings/SettingsListener.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\SettingsListener\:\:read_active_credentials_from_settings\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Settings/SettingsListener.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\SettingsListener\:\:retrieve_settings_from_raw_data\(\) has parameter \$raw_data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Settings/SettingsListener.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\SettingsListener\:\:retrieve_settings_from_raw_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Settings/SettingsListener.php
-
message: '#^Parameter \#1 \$str of function sanitize_text_field expects string, array\|string given\.$#'
identifier: argument.type
count: 5
path: modules/ppcp-wc-gateway/src/Settings/SettingsListener.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\SettingsListener\:\:\$setting_fields type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Settings/SettingsListener.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\SettingsListener\:\:\$signup_link_ids type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Settings/SettingsListener.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\SettingsRenderer\:\:__construct\(\) has parameter \$fields with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Settings/SettingsRenderer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\SettingsRenderer\:\:field_matches_page\(\) has parameter \$field_config with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Settings/SettingsRenderer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\SettingsRenderer\:\:messages\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Settings/SettingsRenderer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\SettingsRenderer\:\:render_dcc_does_not_apply_info\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-wc-gateway/src/Settings/SettingsRenderer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\SettingsRenderer\:\:render_dcc_not_active_yet\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-wc-gateway/src/Settings/SettingsRenderer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\SettingsRenderer\:\:render_heading\(\) has parameter \$config with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Settings/SettingsRenderer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\SettingsRenderer\:\:render_html\(\) has parameter \$config with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Settings/SettingsRenderer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\SettingsRenderer\:\:render_multiselect\(\) has parameter \$config with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Settings/SettingsRenderer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\SettingsRenderer\:\:render_multiselect\(\) has parameter \$value with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Settings/SettingsRenderer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\SettingsRenderer\:\:render_password\(\) has parameter \$config with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Settings/SettingsRenderer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\SettingsRenderer\:\:render_preview_block\(\) has parameter \$config with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Settings/SettingsRenderer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\SettingsRenderer\:\:render_table\(\) has parameter \$config with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Settings/SettingsRenderer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\SettingsRenderer\:\:render_table\(\) has parameter \$value with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Settings/SettingsRenderer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\SettingsRenderer\:\:render_table_row\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Settings/SettingsRenderer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\SettingsRenderer\:\:render_text\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-wc-gateway/src/Settings/SettingsRenderer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\SettingsRenderer\:\:render_text\(\) has parameter \$config with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Settings/SettingsRenderer.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\SettingsRenderer\:\:\$fields type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Settings/SettingsRenderer.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\Settings\\WcInboxNotes\\InboxNoteRegistrar\:\:__construct\(\) has parameter \$inbox_notes with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/Settings/WcInboxNotes/InboxNoteRegistrar.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\StoreApi\\Endpoint\\CartEndpoint\:\:perform_cart_request\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/StoreApi/Endpoint/CartEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\StoreApi\\Endpoint\\CartEndpoint\:\:request\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/StoreApi/Endpoint/CartEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\StoreApi\\Endpoint\\CartEndpoint\:\:request\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/StoreApi/Endpoint/CartEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\StoreApi\\Endpoint\\CartEndpoint\:\:request_response_string\(\) has parameter \$args with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/StoreApi/Endpoint/CartEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\StoreApi\\Endpoint\\CartEndpoint\:\:request_response_string\(\) has parameter \$response with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/StoreApi/Endpoint/CartEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\StoreApi\\Entity\\Cart\:\:shipping_rates\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/StoreApi/Entity/Cart.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\StoreApi\\Factory\\CartFactory\:\:from_response\(\) has parameter \$obj with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/StoreApi/Factory/CartFactory.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\StoreApi\\Factory\\CartTotalsFactory\:\:from_response_obj\(\) has parameter \$obj with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/StoreApi/Factory/CartTotalsFactory.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\StoreApi\\Factory\\MoneyFactory\:\:from_response_values\(\) has parameter \$obj with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/StoreApi/Factory/MoneyFactory.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\StoreApi\\Factory\\ShippingRatesFactory\:\:from_response_obj\(\) has parameter \$obj with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/StoreApi/Factory/ShippingRatesFactory.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\StoreApi\\Factory\\ShippingRatesFactory\:\:from_response_obj\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/StoreApi/Factory/ShippingRatesFactory.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\StoreApi\\Factory\\ShippingRatesFactory\:\:parse_shipping_rate\(\) has parameter \$obj with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-gateway/src/StoreApi/Factory/ShippingRatesFactory.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\WCGatewayModule\:\:register_checkout_paypal_address_preset\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-wc-gateway/src/WCGatewayModule.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\WCGatewayModule\:\:register_columns\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-wc-gateway/src/WCGatewayModule.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\WCGatewayModule\:\:register_order_functionality\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-wc-gateway/src/WCGatewayModule.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcGateway\\WCGatewayModule\:\:register_payment_gateways\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: modules/ppcp-wc-gateway/src/WCGatewayModule.php
-
message: '#^Cannot access offset ''variation_id'' on array\|WC_Product_Variation\.$#'
identifier: offsetAccess.nonOffsetAccessible
count: 1
path: modules/ppcp-wc-subscriptions/src/Helper/SubscriptionHelper.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcSubscriptions\\Helper\\SubscriptionHelper\:\:locations_with_subscription_product\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-subscriptions/src/Helper/SubscriptionHelper.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcSubscriptions\\Helper\\SubscriptionHelper\:\:variable_paypal_subscription_variations\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-subscriptions/src/Helper/SubscriptionHelper.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\WcSubscriptions\\VaultV2\\DisplaySavedPaymentTokens\:\:display_saved_credit_cards\(\) has parameter \$default_fields with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-subscriptions/src/VaultV2/DisplaySavedPaymentTokens.php
-
message: '#^Property WooCommerce\\PayPalCommerce\\WcSubscriptions\\VaultV2\\VaultedPayPalEmail\:\:\$payment_tokens type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-wc-subscriptions/src/VaultV2/VaultedPayPalEmail.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Webhooks\\Handler\\BillingPlanPricingChangeActivated\:\:get_wc_orders_from_custom_ids\(\) has parameter \$custom_ids with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-webhooks/src/Handler/BillingPlanPricingChangeActivated.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Webhooks\\Handler\\BillingPlanUpdated\:\:get_wc_orders_from_custom_ids\(\) has parameter \$custom_ids with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-webhooks/src/Handler/BillingPlanUpdated.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Webhooks\\Handler\\BillingSubscriptionCancelled\:\:get_wc_orders_from_custom_ids\(\) has parameter \$custom_ids with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-webhooks/src/Handler/BillingSubscriptionCancelled.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Webhooks\\Handler\\CatalogProductUpdated\:\:get_wc_orders_from_custom_ids\(\) has parameter \$custom_ids with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-webhooks/src/Handler/CatalogProductUpdated.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Webhooks\\Handler\\CheckoutOrderApproved\:\:get_wc_orders_from_custom_ids\(\) has parameter \$custom_ids with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-webhooks/src/Handler/CheckoutOrderApproved.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Webhooks\\Handler\\CheckoutOrderCompleted\:\:get_wc_orders_from_custom_ids\(\) has parameter \$custom_ids with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-webhooks/src/Handler/CheckoutOrderCompleted.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Webhooks\\Handler\\CheckoutPaymentApprovalReversed\:\:get_wc_orders_from_custom_ids\(\) has parameter \$custom_ids with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-webhooks/src/Handler/CheckoutPaymentApprovalReversed.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Webhooks\\Handler\\PaymentCaptureCompleted\:\:get_wc_orders_from_custom_ids\(\) has parameter \$custom_ids with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-webhooks/src/Handler/PaymentCaptureCompleted.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Webhooks\\Handler\\PaymentCapturePending\:\:get_wc_orders_from_custom_ids\(\) has parameter \$custom_ids with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-webhooks/src/Handler/PaymentCapturePending.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Webhooks\\Handler\\PaymentCaptureRefunded\:\:get_wc_orders_from_custom_ids\(\) has parameter \$custom_ids with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-webhooks/src/Handler/PaymentCaptureRefunded.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Webhooks\\Handler\\PaymentCaptureReversed\:\:get_wc_orders_from_custom_ids\(\) has parameter \$custom_ids with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-webhooks/src/Handler/PaymentCaptureReversed.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Webhooks\\Handler\\PaymentSaleCompleted\:\:get_wc_orders_from_custom_ids\(\) has parameter \$custom_ids with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-webhooks/src/Handler/PaymentSaleCompleted.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Webhooks\\Handler\\PaymentSaleRefunded\:\:get_wc_orders_from_custom_ids\(\) has parameter \$custom_ids with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-webhooks/src/Handler/PaymentSaleRefunded.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Webhooks\\Handler\\VaultPaymentTokenDeleted\:\:get_wc_orders_from_custom_ids\(\) has parameter \$custom_ids with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-webhooks/src/Handler/VaultPaymentTokenDeleted.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Webhooks\\IncomingWebhookEndpoint\:\:get_wc_orders_from_custom_ids\(\) has parameter \$custom_ids with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-webhooks/src/IncomingWebhookEndpoint.php
-
message: '#^Parameter \#1 \$search of function str_replace expects array\<string\>\|string, int\<min, \-1\>\|int\<1, max\>\|string given\.$#'
identifier: argument.type
count: 1
path: modules/ppcp-webhooks/src/IncomingWebhookEndpoint.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Webhooks\\Status\\Assets\\WebhooksStatusPageAssets\:\:get_script_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-webhooks/src/Status/Assets/WebhooksStatusPageAssets.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Webhooks\\Status\\WebhookSimulation\:\:load\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-webhooks/src/Status/WebhookSimulation.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Webhooks\\Status\\WebhookSimulation\:\:save\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-webhooks/src/Status/WebhookSimulation.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Webhooks\\VaultV2\\VaultPaymentTokenCreated\:\:get_wc_orders_from_custom_ids\(\) has parameter \$custom_ids with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-webhooks/src/VaultV2/VaultPaymentTokenCreated.php
-
message: '#^Method WooCommerce\\PayPalCommerce\\Webhooks\\WebhookEventStorage\:\:get_data\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/ppcp-webhooks/src/WebhookEventStorage.php
-
message: '#^Method WooCommerce\\WooCommerce\\Logging\\Logger\\NullLogger\:\:log\(\) has parameter \$context with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/woocommerce-logging/src/Logger/NullLogger.php
-
message: '#^Method WooCommerce\\WooCommerce\\Logging\\Logger\\WooCommerceLogger\:\:log\(\) has parameter \$context with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: modules/woocommerce-logging/src/Logger/WooCommerceLogger.php
-
message: '#^Parameter \#1 \$url of function wp_parse_url expects string, array\|string given\.$#'
identifier: argument.type
count: 1
path: modules/woocommerce-logging/src/Logger/WooCommerceLogger.php
-
message: '#^Part \$method \(array\|string\) of encapsed string cannot be cast to string\.$#'
identifier: encapsedStringPart.nonString
count: 1
path: modules/woocommerce-logging/src/Logger/WooCommerceLogger.php