Skip to content

Commit 6f63a1a

Browse files
committed
remove ;
1 parent 61802f6 commit 6f63a1a

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)