Skip to content

Commit 08508fa

Browse files
author
Marcel Hauri
committed
[fix] missing PHPDoc tag param $storeId
1 parent 57e3180 commit 08508fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/InstantPurchase/PaymentMethodIntegration/IntegrationsManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ private function findIntegrations(int $storeId): array
146146
* </instant_purchase>
147147
*
148148
* @param VaultPaymentInterface $paymentMethod
149-
* @param $storeId
149+
* @param int|string|null|\Magento\Store\Model\Store $storeId
150150
* @return bool
151151
*/
152152
private function isIntegrationAvailable(VaultPaymentInterface $paymentMethod, $storeId): bool

0 commit comments

Comments
 (0)