Completed
Push — develop ( c8d2e9...9b1d71 )
by Adam
03:00
created
src/Common/Api/AbstractApi.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
     }
59 59
 
60 60
     /**
61
-     * @param string|UriInterface $path
61
+     * @param string $path
62 62
      * @param array               $params
63 63
      * @param array               $headers
64 64
      *
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
     }
76 76
 
77 77
     /**
78
-     * @param string|UriInterface $path
78
+     * @param string $path
79 79
      * @param array               $params
80 80
      * @param array               $headers
81 81
      *
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
 
90 90
     /**
91 91
      * @param string|UriInterface                  $path
92
-     * @param resource|string|StreamInterface|null $body
92
+     * @param string $body
93 93
      * @param array                                $headers
94 94
      *
95 95
      * @return \Psr\Http\Message\ResponseInterface
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
     }
104 104
 
105 105
     /**
106
-     * @param string|UriInterface $path
106
+     * @param string $path
107 107
      * @param array               $params
108 108
      * @param array               $headers
109 109
      *
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
     }
119 119
 
120 120
     /**
121
-     * @param string|UriInterface $path
121
+     * @param string $path
122 122
      * @param array               $params
123 123
      * @param array               $headers
124 124
      *
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
133 133
     }
134 134
 
135 135
     /**
136
-     * @param string|UriInterface $path
136
+     * @param string $path
137 137
      * @param array               $params
138 138
      * @param array               $headers
139 139
      *
Please login to merge, or discard this patch.
src/Common/HttpClient/Builder.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -153,6 +153,7 @@
 block discarded – undo
153 153
 
154 154
     /**
155 155
      * @param \Http\Client\Common\Plugin ...$plugins
156
+     * @param Plugin[] $plugins
156 157
      *
157 158
      * @return $this
158 159
      */
Please login to merge, or discard this patch.