Skip to content

Commit 2bba1d4

Browse files
committed
Fix annotation
1 parent b2f0e75 commit 2bba1d4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • SalesOrdersDataExporter/Console/Command

SalesOrdersDataExporter/Console/Command/Link.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,11 @@ protected function execute(InputInterface $input, OutputInterface $output)
149149
/**
150150
* Updating UUID
151151
*
152-
* @param InputInterface $input
152+
* @param int $batchSize
153153
* @param OutputInterface $output
154+
* @param string $from
155+
* @param string $to
156+
* @param string $state
154157
* @return int
155158
*/
156159
public function prepareForExport(

0 commit comments

Comments
 (0)