Completed
Push — develop ( bc21b0...0bdfd4 )
by Adam
24:26 queued 09:29
created
src/Common/RequestBuilder.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
      * Create a new PSR-7 request
38 38
      *
39 39
      * @param string                                     $method
40
-     * @param string|UriInterface                        $uri
40
+     * @param string                        $uri
41 41
      * @param array|null                                 $headers
42 42
      * @param array|resource|string|StreamInterface|null $body
43 43
      *
@@ -54,6 +54,9 @@  discard block
 block discarded – undo
54 54
         return $request;
55 55
     }
56 56
 
57
+    /**
58
+     * @param string $method
59
+     */
57 60
     protected function createMultipartStreamRequest($method, $uri, array $headers = [], array $body = [])
58 61
     {
59 62
         foreach ($body as $item) {
Please login to merge, or discard this patch.
src/VisualRecognition/Api/Classify.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
     /**
11 11
      * Classify image
12 12
      *
13
-     * @param string|resource $image
13
+     * @param string $image
14 14
      * @param array           $params
15 15
      *
16 16
      * @return \IBM\Watson\VisualRecognition\Model\ClassifiedImages
Please login to merge, or discard this patch.