| Total Complexity | 2 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class CoremediaToGuzzleBridge implements CoremediaToGuzzleInterface |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @var \GuzzleHttp\Client |
||
| 17 | */ |
||
| 18 | protected $client; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @param \GuzzleHttp\Client $client |
||
| 22 | */ |
||
| 23 | public function __construct($client) |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @param \Psr\Http\Message\RequestInterface $request |
||
| 30 | * @param array $options |
||
| 31 | * |
||
| 32 | * @return \Psr\Http\Message\ResponseInterface |
||
| 33 | */ |
||
| 34 | public function send(RequestInterface $request, array $options = []): ResponseInterface |
||
| 39 |