Skip to content

Commit 027658a

Browse files
authored
Merge pull request #2153 from dali-rajab/patch-4
Fix method signature for fetchGitHubInformation
2 parents 994107a + bdf4ed9 commit 027658a

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)