| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 7 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 31 | 32 | public function getBody() |
|
| 32 | { |
||
| 33 | return [ |
||
| 34 | 32 | IProto::KEY => $this->key, |
|
| 35 | 32 | IProto::SPACE_ID => $this->spaceId, |
|
| 36 | 32 | IProto::INDEX_ID => $this->indexId, |
|
| 37 | 32 | IProto::LIMIT => $this->limit, |
|
| 38 | 32 | IProto::OFFSET => $this->offset, |
|
| 39 | 32 | IProto::ITERATOR => $this->iterator, |
|
| 40 | ]; |
||
| 41 | } |
||
| 42 | } |
||
| 43 |