Skip to content

Commit b611ec8

Browse files
committed
PODB-266 Fix linting
1 parent 54c8dca commit b611ec8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/LtiServiceConnector.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ public function makeServiceRequest(
115115
$respBody = $response->getBody();
116116

117117
if ($this->debuggingMode) {
118-
error_log('Syncing grade for this lti_user_id: ' .
119-
json_decode($request->getPayload()['body'])->userId . ' ' . print_r([
118+
error_log('Syncing grade for this lti_user_id: '.
119+
json_decode($request->getPayload()['body'])->userId.' '.print_r([
120120
'request_method' => $request->getMethod(),
121121
'request_url' => $request->getUrl(),
122122
'request_body' => $request->getPayload()['body'],
123123
'response_headers' => $respHeaders,
124-
'response_body' => (string)$respBody,
124+
'response_body' => (string) $respBody,
125125
], true));
126126
}
127127

0 commit comments

Comments
 (0)