We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07dc655 commit 25debfbCopy full SHA for 25debfb
src/Plugin.php
@@ -24,7 +24,7 @@ interface Plugin
24
* @param callable $next Next middleware in the chain, the request is passed as the first argument
25
* @param callable $first First middleware in the chain, used to to restart a request
26
*
27
- * @return Promise
+ * @return Promise Resolves a PSR-7 Response or fails with an Http\Client\Exception.
28
*/
29
public function handleRequest(RequestInterface $request, callable $next, callable $first);
30
}
0 commit comments