We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d55bff6 commit 1c84be4Copy full SHA for 1c84be4
src/Promise.php
@@ -44,10 +44,6 @@ final class Promise implements HttpPromise
44
*/
45
private $request;
46
47
- /**
48
- * @param PromiseInterface $promise
49
- * @param RequestInterface $request
50
- */
51
public function __construct(PromiseInterface $promise, RequestInterface $request)
52
{
53
$this->request = $request;
@@ -109,9 +105,6 @@ public function wait($unwrap = true)
109
105
/**
110
106
* Converts a Guzzle exception into an Httplug exception.
111
107
*
112
- * @param GuzzleExceptions\GuzzleException $exception
113
114
- *
115
108
* @return HttplugException
116
117
private function handleException(GuzzleExceptions\GuzzleException $exception, RequestInterface $request)
0 commit comments