Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
askvortsov1 authored and StyleCIBot committed May 10, 2021
1 parent e6f2b64 commit 2bb9b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forum/Content/Discussion.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function __invoke(Document $document, Request $request)

$queryString = http_build_query($newQueryParams);

return $this->url->to('forum')->route('discussion', ['id' => $apiDocument->data->attributes->slug]) .
return $this->url->to('forum')->route('discussion', ['id' => $apiDocument->data->attributes->slug]).
($queryString ? '?'.$queryString : '');
};

Expand Down

0 comments on commit 2bb9b0e

Please sign in to comment.