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