We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a036755 commit 8385aceCopy full SHA for 8385ace
lib/Bitbucket/API/Http/Plugin/ApiVersionPlugin.php
@@ -27,7 +27,7 @@ public function __construct($version)
27
* @param callable $next Next middleware in the chain, the request is passed as the first argument
28
* @param callable $first First middleware in the chain, used to to restart a request
29
*
30
- * @return Promise<ResponseInterface> Resolves a PSR-7 Response or fails with an Http\Client\Exception (The same as HttpAsyncClient).
+ * @return Promise Resolves a PSR-7 Response or fails with an Http\Client\Exception (The same as HttpAsyncClient).
31
*/
32
protected function doHandleRequest(RequestInterface $request, callable $next, callable $first)
33
{
0 commit comments