Skip to content

Commit

Permalink
[FEATURE#105983] Retrait espaces
Browse files Browse the repository at this point in the history
espace en trop
  • Loading branch information
Thibcabanes committed Feb 19, 2019
1 parent 46e6a8e commit 54a897e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ChangeRequestManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function findByQueryString($query, $from = 0, $size = 99999, $sort = "")
$query = urlencode($query);

$response = $this->fireRequest("GET", "/search?q={$query}&from={$from}&size={$size}&sort={$sort}");

$response["hits"] = array_map(
function ($hit) {
$change_todos = new ChangeTodos();
Expand Down

0 comments on commit 54a897e

Please sign in to comment.