Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 4fa7901

Browse files
committed
Fix return phpdoc in handleExcption
1 parent 696de13 commit 4fa7901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Guzzle6Promise.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public function wait()
112112
* @param GuzzleExceptions\GuzzleException $exception
113113
* @param RequestInterface $request
114114
*
115-
* @return Exception
115+
* @return HttplugException
116116
*/
117117
private function handleException(GuzzleExceptions\GuzzleException $exception, RequestInterface $request)
118118
{

0 commit comments

Comments
 (0)