Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Lines | 0 |
Ratio | 0 % |
Tests | 7 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
43 | 63 | public function getBody() : array |
|
44 | { |
||
45 | return [ |
||
46 | 63 | IProto::KEY => $this->key, |
|
47 | 63 | IProto::SPACE_ID => $this->spaceId, |
|
48 | 63 | IProto::INDEX_ID => $this->indexId, |
|
49 | 63 | IProto::LIMIT => $this->limit, |
|
50 | 63 | IProto::OFFSET => $this->offset, |
|
51 | 63 | IProto::ITERATOR => $this->iterator, |
|
52 | ]; |
||
53 | } |
||
54 | } |
||
55 |