Completed
Push — master ( 3bcdeb...c90bfd )
by smiley
01:29
created
src/Psr7/UploadedFile.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -203,7 +203,7 @@
 block discarded – undo
203 203
 	 *
204 204
 	 * @author Michael Dowling and contributors to guzzlehttp/psr7
205 205
 	 *
206
-	 * @param StreamInterface $dest   Stream to write to
206
+	 * @param \Psr\Http\Message\StreamInterface $dest   Stream to write to
207 207
 	 *
208 208
 	 * @throws \RuntimeException on error
209 209
 	 */
Please login to merge, or discard this patch.
src/CurlUtils/CurlHandleInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -81,6 +81,7 @@
 block discarded – undo
81 81
 	 * @param \Psr\Http\Message\RequestInterface              $request
82 82
 	 * @param \Psr\Http\Message\ResponseInterface             $response
83 83
 	 * @param \chillerlan\Settings\SettingsContainerInterface $options
84
+	 * @return void
84 85
 	 */
85 86
 	public function __construct(RequestInterface $request, ResponseInterface $response, SettingsContainerInterface $options);
86 87
 
Please login to merge, or discard this patch.