Skip to content

Commit ca4a988

Browse files
Merge branch '6.2' into 6.3
* 6.2: [Finder] Fix initial directory is opened twice typo fix Fix test Fix some return types in tests
2 parents 0eb7228 + 87bd432 commit ca4a988

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/TestClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ protected function doRequest(object $request): Response
4141
return $response;
4242
}
4343

44-
protected function getScript(object $request)
44+
protected function getScript(object $request): string
4545
{
4646
$r = new \ReflectionClass(Response::class);
4747
$path = $r->getFileName();

Tests/TestHttpClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ protected function doRequest(object $request): Response
6464
return $response;
6565
}
6666

67-
protected function getScript(object $request)
67+
protected function getScript(object $request): string
6868
{
6969
$r = new \ReflectionClass(Response::class);
7070
$path = $r->getFileName();

0 commit comments

Comments
 (0)