1 | <?php |
||
14 | final class HttpClientDiscovery extends ClassDiscovery |
||
15 | { |
||
16 | /** |
||
17 | * Finds an HTTP Client. |
||
18 | * |
||
19 | * @return HttpClient |
||
20 | * |
||
21 | * @throws Exception\NotFoundException |
||
22 | */ |
||
23 | 2 | public static function find() |
|
37 | |||
38 | /** |
||
39 | * Finds a PSR-18 HTTP Client. |
||
40 | * |
||
41 | * @return ClientInterface |
||
42 | * |
||
43 | * @throws Exception\NotFoundException |
||
44 | */ |
||
45 | public static function findPsr18Client() |
||
59 | } |
||
60 |
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.