Skip to content

Commit 4033697

Browse files
authored
[Messenger] Fix NewOrdersFromCsvFileReceiver::get return type
1 parent aea2b64 commit 4033697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ do is to write your own CSV receiver::
282282
$this->filePath = $filePath;
283283
}
284284

285-
public function get(): void
285+
public function get(): iterable
286286
{
287287
$ordersFromCsv = $this->serializer->deserialize(file_get_contents($this->filePath), 'csv');
288288

0 commit comments

Comments
 (0)