Completed
Pull Request — master (#9)
by Jean-Baptiste
03:46
created
src/Version/Guzzle5.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -17,6 +17,7 @@
 block discarded – undo
17 17
 
18 18
     /**
19 19
      * {@InheritDoc}
20
+     * @param string $baseUri
20 21
      */
21 22
     public function __construct($baseUri)
22 23
     {
Please login to merge, or discard this patch.
src/Version/Guzzle3.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -17,6 +17,7 @@
 block discarded – undo
17 17
 
18 18
     /**
19 19
      * {@InheritDoc}
20
+     * @param string $baseUri
20 21
      */
21 22
     public function __construct($baseUri)
22 23
     {
Please login to merge, or discard this patch.
src/Mock/Guzzle3Mock.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 class Guzzle3Mock
11 11
 {
12 12
     /**
13
-     * @param array $responseCollection
13
+     * @param Psr7Response[] $responseCollection
14 14
      * @return \CanalTP\AbstractGuzzle\Guzzle
15 15
      */
16 16
     public function getMock(array $responseCollection)
Please login to merge, or discard this patch.