| Conditions | 1 |
| Total Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 2 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 48 | public function forHttplug(): HttpPlugin |
||
| 49 | { |
||
| 50 | return new class () extends ClientMiddleware implements HttpPlugin { |
||
| 51 | 1 | public function handleRequest(RequestInterface $request, callable $next, callable $first): HttpPromise |
|
| 52 | { |
||
| 53 | 1 | return $next($request); |
|
| 54 | } |
||
| 58 |