| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 25 | class RequestFactory extends CoreRequestFactory |
||
| 26 | { |
||
| 27 | protected $clientOptions = []; |
||
| 28 | |||
| 29 | /** |
||
| 30 | * RequestFactory constructor. |
||
| 31 | * @param array $clientOptions |
||
| 32 | */ |
||
| 33 | public function __construct(array $clientOptions) |
||
| 36 | } |
||
| 37 | |||
| 38 | public function request(string $uri, string $method = 'GET', array $options = []): ResponseInterface |
||
| 45 |