Skip to content

Commit bdf4ed9

Browse files
authored
Fix method signature for fetchGitHubInformation
the return type of $response->getContent() is not an array
1 parent 3e24a36 commit bdf4ed9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/creation/external-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class SymfonyDocs
8686
) {
8787
}
8888

89-
public function fetchGitHubInformation(): array
89+
public function fetchGitHubInformation()
9090
{
9191
$response = $this->client->request(
9292
'GET',

0 commit comments

Comments
 (0)