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 e044791 commit c58b8c6Copy full SHA for c58b8c6
tests/PromiseExceptionTest.php
@@ -28,7 +28,7 @@ final class PromiseExceptionTest extends TestCase
28
public function testExceptionThatIsThrownForGuzzleException(
29
RequestInterface $request,
30
$reason,
31
- string $adapterExceptionClass,
+ string $adapterExceptionClass
32
): void {
33
$guzzlePromise = new \GuzzleHttp\Promise\Promise();
34
$guzzlePromise->reject($reason);
0 commit comments