Completed
Push — master ( cb070b...a0270f )
by smiley
01:27
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   +3 added lines patch added patch discarded remove patch
@@ -68,6 +68,9 @@
 block discarded – undo
68 68
 		50 => 'application verification failure',
69 69
 	];
70 70
 
71
+	/**
72
+	 * @return void
73
+	 */
71 74
 	public function __construct(RequestInterface $request, ResponseInterface $response, SettingsContainerInterface $options);
72 75
 
73 76
 	public function init():CurlHandleInterface;
Please login to merge, or discard this patch.