| 1 | <?php declare(strict_types=1);  | 
            ||
| 12 | class Factory  | 
            ||
| 13 | { | 
            ||
| 14 | /**  | 
            ||
| 15 | * @param Locator $locator  | 
            ||
| 16 | * @param LoopInterface $loop  | 
            ||
| 17 | * @param array $options  | 
            ||
| 18 | * @return Client  | 
            ||
| 19 | */  | 
            ||
| 20 | 1 | public static function create(  | 
            |
| 38 | |||
| 39 | /**  | 
            ||
| 40 | * @param Locator $locator  | 
            ||
| 41 | * @param Resolver $resolver  | 
            ||
| 42 | * @param LoopInterface $loop  | 
            ||
| 43 | * @param array $options  | 
            ||
| 44 | * @return Client  | 
            ||
| 45 | */  | 
            ||
| 46 | 1 | public static function createFromResolver(  | 
            |
| 61 | |||
| 62 | /**  | 
            ||
| 63 | * @param Locator $locator  | 
            ||
| 64 | * @param LoopInterface $loop  | 
            ||
| 65 | * @param Browser $buzz  | 
            ||
| 66 | * @param array $options  | 
            ||
| 67 | * @return Client  | 
            ||
| 68 | */  | 
            ||
| 69 | 1 | public static function createFromBuzz(  | 
            |
| 82 | }  | 
            ||
| 83 |