@@ -29,6 +29,7 @@ |
||
| 29 | 29 | * If you pass a Guzzle instance as $client, make sure to configure Guzzle to not |
| 30 | 30 | * throw exceptions on HTTP error status codes, or this adapter will violate PSR-18. |
| 31 | 31 | * See also self::buildClient at the bottom of this class. |
| 32 | + * @param GuzzleClient $client |
|
| 32 | 33 | */ |
| 33 | 34 | public function __construct(?ClientInterface $client = null) |
| 34 | 35 | { |