We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed62f04 commit c32ac96Copy full SHA for c32ac96
src/Internal/Assembler/TransferDtoAssemblerInterface.php
@@ -9,7 +9,7 @@
9
10
interface TransferDtoAssemblerInterface
11
{
12
-/**
+ /**
13
* Create transfer dto.
14
*
15
* @param int $depositId ID of deposit transaction
@@ -21,7 +21,6 @@ interface TransferDtoAssemblerInterface
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
25
*/
26
public function create(
27
int $depositId,
0 commit comments