Skip to content

Commit

Permalink
Fix deserialize operations objects
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmok committed Nov 20, 2024
1 parent 1bbd506 commit bf3578a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Messenger/MultipleIndexationRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public function __construct(array $operations)
$this->operations = $operations;
}

/** @return array<IndexationRequest> */
public function getOperations(): array
{
return $this->operations;
Expand Down

0 comments on commit bf3578a

Please sign in to comment.