Skip to content

Commit 1b63598

Browse files
committed
Fix implicit nullable case in tests
1 parent 297f04e commit 1b63598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Github/Tests/HttpClient/Plugin/GithubExceptionThrowerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class GithubExceptionThrowerTest extends TestCase
2020
/**
2121
* @dataProvider responseProvider
2222
*/
23-
public function testHandleRequest(ResponseInterface $response, ExceptionInterface $exception = null): void
23+
public function testHandleRequest(ResponseInterface $response, ?ExceptionInterface $exception = null): void
2424
{
2525
$request = new Request('GET', 'https://api.github.com/issues');
2626

0 commit comments

Comments
 (0)