Skip to content

Commit c330fd2

Browse files
committed
Fix: syntax error :(
1 parent 07ff56b commit c330fd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Client/GraphQLApiClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function __construct(
3737
LoggerInterface $logger,
3838
ClientInterface $httpClient,
3939
TranslatorInterface $translator,
40-
$cache = null,
40+
$cache = null
4141
) {
4242
$this->logger = $logger;
4343
$this->httpClient = $httpClient;

0 commit comments

Comments
 (0)