Skip to content

Commit 55c40f2

Browse files
AC-14808: PHPUnit 12 Upgrade | fix static failure
1 parent 152d556 commit 55c40f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Quote/Test/Unit/Helper/PaymentExtensionTestHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function getAgreementIds(): ?array
3535
/**
3636
* Set agreement IDs for tests.
3737
*
38-
* @param string[] $agreementIds
38+
* @param array<int> $agreementIds
3939
* @return $this
4040
*/
4141
public function setAgreementIds($agreementIds)

0 commit comments

Comments
 (0)