Skip to content

Commit 1c84be4

Browse files
authored
CS fixes (#2)
1 parent d55bff6 commit 1c84be4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Promise.php

-7
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ final class Promise implements HttpPromise
4444
*/
4545
private $request;
4646

47-
/**
48-
* @param PromiseInterface $promise
49-
* @param RequestInterface $request
50-
*/
5147
public function __construct(PromiseInterface $promise, RequestInterface $request)
5248
{
5349
$this->request = $request;
@@ -109,9 +105,6 @@ public function wait($unwrap = true)
109105
/**
110106
* Converts a Guzzle exception into an Httplug exception.
111107
*
112-
* @param GuzzleExceptions\GuzzleException $exception
113-
* @param RequestInterface $request
114-
*
115108
* @return HttplugException
116109
*/
117110
private function handleException(GuzzleExceptions\GuzzleException $exception, RequestInterface $request)

0 commit comments

Comments
 (0)