| 1 | <?php |
||
| 19 | final class UpdateRequest implements Request |
||
| 20 | { |
||
| 21 | /** @var non-empty-array<int, int|array> */ |
||
| 22 | private $body; |
||
| 23 | |||
| 24 | public function __construct(int $spaceId, int $indexId, array $key, array $operations) |
||
| 33 | |||
| 34 | public function getType() : int |
||
| 38 | |||
| 39 | public function getBody() : array |
||
| 43 | } |
||
| 44 |