| Total Complexity | 2 | 
| Total Lines | 22 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 28 | final class HttpPlugHandlerFactory  | 
            ||
| 29 | { | 
            ||
| 30 | /**  | 
            ||
| 31 | * @param ContainerInterface $container  | 
            ||
| 32 | *  | 
            ||
| 33 | * @return HttpPlugHandler  | 
            ||
| 34 | */  | 
            ||
| 35 | public function __invoke(ContainerInterface $container): HttpPlugHandler  | 
            ||
| 40 | }  | 
            ||
| 41 | |||
| 42 | /**  | 
            ||
| 43 | * @param ClientInterface $client  | 
            ||
| 44 | *  | 
            ||
| 45 | * @return GuzzleHandler  | 
            ||
| 46 | */  | 
            ||
| 47 | public function fromHttpPlugClient(HttpClient $client): HttpPlugHandler  | 
            ||
| 52 |