Completed
Pull Request — develop (#5)
by Adam
01:26
created
src/Common/Api/AbstractApi.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
      * Create and send PSR-7 POST request
111 111
      *
112 112
      * @param string                               $path
113
-     * @param resource|string|StreamInterface|null $body
113
+     * @param string $body
114 114
      * @param array|null                           $headers
115 115
      *
116 116
      * @return \Psr\Http\Message\ResponseInterface
Please login to merge, or discard this patch.
src/Common/RequestBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      * Create a new PSR-7 request
31 31
      *
32 32
      * @param string                               $method
33
-     * @param string|UriInterface                  $uri
33
+     * @param string                  $uri
34 34
      * @param array|null                           $headers
35 35
      * @param resource|string|StreamInterface|null $body
36 36
      *
Please login to merge, or discard this patch.
src/Common/tests/Hydrator/ArrayHydratorTest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use GuzzleHttp\Psr7\Response;
6 6
 use IBM\Watson\Common\Hydrator\ArrayHydrator;
7
-use PHPUnit\Framework\TestCase;
8 7
 use Mockery as m;
8
+use PHPUnit\Framework\TestCase;
9 9
 
10 10
 class ArrayHydratorTest extends TestCase
11 11
 {
Please login to merge, or discard this patch.
src/Common/tests/Hydrator/ModelHydratorTest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,8 +7,8 @@
 block discarded – undo
7 7
 use GuzzleHttp\Psr7\Response;
8 8
 use IBM\Watson\Common\Hydrator\ModelHydrator;
9 9
 use IBM\Watson\Common\Model\CreateableFromArray;
10
-use PHPUnit\Framework\TestCase;
11 10
 use Mockery as m;
11
+use PHPUnit\Framework\TestCase;
12 12
 
13 13
 class ModelHydratorTest extends TestCase
14 14
 {
Please login to merge, or discard this patch.
src/Common/tests/Hydrator/NoopHydratorTest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use GuzzleHttp\Psr7\Response;
6 6
 use IBM\Watson\Common\Hydrator\NoopHydrator;
7
-use PHPUnit\Framework\TestCase;
8 7
 use Mockery as m;
8
+use PHPUnit\Framework\TestCase;
9 9
 
10 10
 class NoopHydratorTest extends TestCase
11 11
 {
Please login to merge, or discard this patch.
src/ToneAnalyzer/tests/Api/ToneTest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,8 +8,8 @@
 block discarded – undo
8 8
 use IBM\Watson\Common\Hydrator\ModelHydrator;
9 9
 use IBM\Watson\Common\RequestBuilder;
10 10
 use IBM\Watson\ToneAnalyzer\Api\Tone;
11
-use PHPUnit\Framework\TestCase;
12 11
 use Mockery as m;
12
+use PHPUnit\Framework\TestCase;
13 13
 
14 14
 class ToneTest extends TestCase
15 15
 {
Please login to merge, or discard this patch.