Skip to content

Commit 094c962

Browse files
committed
fix TransferDtoAssember
1 parent 4fd4f9b commit 094c962

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/Internal/Assembler/TransferDtoAssemblerInterface.php

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,19 @@
99

1010
interface TransferDtoAssemblerInterface
1111
{
12-
/**
12+
/**
1313
* Create transfer dto.
14+
*
15+
* @param int $depositId ID of deposit transaction
16+
* @param int $withdrawId ID of withdraw transaction
17+
* @param string $status Status of transfer
18+
* @param Model $fromModel From wallet model
19+
* @param Model $toModel To wallet model
20+
* @param int $discount Discount of transfer
21+
* @param string $fee Fee of transfer
22+
* @param string|null $uuid UUID of transfer
23+
* @param array<mixed>|null $extra Extra data of transfer
24+
* @return TransferDtoInterface
1425
*/
1526
public function create(
1627
int $depositId,

0 commit comments

Comments
 (0)