Skip to content

Commit 45ea67c

Browse files
committed
Revert changing the typehint for the HttpClientTracingPassTest::testProcess() argument
1 parent a95969a commit 45ea67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DependencyInjection/Compiler/HttpClientTracingPassTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static function setUpBeforeClass(): void
2323
/**
2424
* @dataProvider processDataProvider
2525
*/
26-
public function testProcess(?string $httpClientServiceId): void
26+
public function testProcess(string $httpClientServiceId): void
2727
{
2828
$container = $this->createContainerBuilder(true, true, $httpClientServiceId);
2929
$container->compile();

0 commit comments

Comments
 (0)