Completed
Push — master ( 2675cf...85e5b9 )
by Maxence
01:49
created
lib/Service/SearchService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
 			$result = $client->search($query['params']);
117 117
 		} catch (Exception $e) {
118 118
 			$this->miscService->log(
119
-				'debug - request: ' . json_encode($searchResult->getRequest()) . '   - query: '
119
+				'debug - request: '.json_encode($searchResult->getRequest()).'   - query: '
120 120
 				. json_encode($query)
121 121
 			);
122 122
 			throw $e;
Please login to merge, or discard this patch.