Failed Conditions
Pull Request — master (#26)
by Chad
02:04
created
src/Client.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
      *
55 55
      * @param string               $privateApiKey The private api key issued by Marvel.
56 56
      * @param string               $publicApiKey  The public api key issued by Marvel.
57
-     * @param ClientInterface      $guzzleClient  Implementation of a Guzzle HTTP client.
57
+     * @param GuzzleClientInterface      $guzzleClient  Implementation of a Guzzle HTTP client.
58 58
      * @param Cache\CacheInterface $cache         Implementation of Cache.
59 59
      */
60 60
     final public function __construct(
Please login to merge, or discard this patch.