| Total Complexity | 3 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | final class CallRequest implements Request |
||
| 20 | { |
||
| 21 | /** @var non-empty-array<int, string|array> */ |
||
|
|
|||
| 22 | private $body; |
||
| 23 | |||
| 24 | 69 | public function __construct(string $funcName, array $args = []) |
|
| 29 | 69 | ]; |
|
| 30 | } |
||
| 31 | |||
| 32 | 69 | public function getType() : int |
|
| 35 | } |
||
| 36 | |||
| 37 | 49 | public function getBody() : array |
|
| 42 |