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 f8cd531 commit 6d8fc87Copy full SHA for 6d8fc87
HttpClient/Test/TestHttpServer.php
@@ -21,7 +21,7 @@ class TestHttpServer
21
/**
22
* @param string|null $workingDirectory
23
*/
24
- public static function start(int $port = 8057/* , string $workingDirectory = null */): Process
+ public static function start(int $port = 8057/* , ?string $workingDirectory = null */): Process
25
{
26
$workingDirectory = \func_get_args()[1] ?? __DIR__.'/Fixtures/web';
27
0 commit comments