Skip to content

Commit bf55152

Browse files
Merge pull request php-sepa-xml#205 from derrabus/chore/string-id
Allow id in $paymentInformation to be a string
2 parents f52b2d2 + 7a4be39 commit bf55152

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TransferFile/Facade/CustomerCreditFacade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class CustomerCreditFacade extends BaseCustomerTransferFileFacade
1717
/**
1818
* @param string $paymentName
1919
* @param array{
20-
* id: int,
20+
* id: string,
2121
* debtorName: string,
2222
* debtorAccountIBAN: string,
2323
* debtorAgentBIC?: string,

0 commit comments

Comments
 (0)