Completed
Pull Request — master (#1)
by Jean-Baptiste
05:12
created
src/Guzzle.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
     private $baseUri;
14 14
 
15 15
     /**
16
-     * @param string $baseUrl
17 16
      */
18 17
     public function __construct($config)
19 18
     {
Please login to merge, or discard this patch.
src/Version/Guzzle6.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
 
83 83
     /**
84 84
      * @param Request $request
85
-     * @return mixed|\Psr\Http\Message\ResponseInterface
85
+     * @return \Psr\Http\Message\ResponseInterface
86 86
      */
87 87
     public function send(Request $request)
88 88
     {
Please login to merge, or discard this patch.