Skip to content

Commit d30c536

Browse files
deer-wmdetarrow
authored andcommitted
remove ;
1 parent c7ae5a5 commit d30c536

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Jobs/CirrusSearch/CirrusSearchJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function handle(HttpRequest $request, MediaWikiHostResolver $mwHostResolv
7070

7171
$request->setOptions(
7272
[
73-
CURLOPT_URL => $this->mwHostResolver->getBackendHostForDomain($this->wiki->domain); . '/w/api.php?action=' . $this->apiModule() . $this->getQueryParams(),
73+
CURLOPT_URL => $this->mwHostResolver->getBackendHostForDomain($this->wiki->domain) . '/w/api.php?action=' . $this->apiModule() . $this->getQueryParams(),
7474
CURLOPT_RETURNTRANSFER => true,
7575
CURLOPT_ENCODING => '',
7676
CURLOPT_TIMEOUT => $this->getRequestTimeout(),

0 commit comments

Comments
 (0)