Completed
Pull Request — master (#85)
by
unknown
15:30 queued 05:24
created
src/Client.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -29,6 +29,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.