Skip to content

Commit c58b8c6

Browse files
committed
ci: add tests for PHP 8.5
1 parent e044791 commit c58b8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PromiseExceptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ final class PromiseExceptionTest extends TestCase
2828
public function testExceptionThatIsThrownForGuzzleException(
2929
RequestInterface $request,
3030
$reason,
31-
string $adapterExceptionClass,
31+
string $adapterExceptionClass
3232
): void {
3333
$guzzlePromise = new \GuzzleHttp\Promise\Promise();
3434
$guzzlePromise->reject($reason);

0 commit comments

Comments
 (0)