MDL-51571 lti: Whitespace fixes

This commit is contained in:
Andrew Nicols
2016-03-09 12:05:08 +08:00
parent b80343e223
commit 233b677bd4
2 changed files with 4 additions and 4 deletions
@@ -92,7 +92,7 @@ class service_exception_handler {
}
/**
* Echo an exception message encapsulated in XML
* Echo an exception message encapsulated in XML.
*
* @param \Exception $exception The exception that was thrown
*/
@@ -119,4 +119,4 @@ class service_exception_handler {
echo $xml;
}
}
}
+2 -2
View File
@@ -1906,7 +1906,7 @@ function lti_should_log_request($rawbody) {
}
/**
* Logs the request to a file in temp dir
* Logs the request to a file in temp dir.
*
* @param string $rawbody
*/
@@ -1927,7 +1927,7 @@ function lti_log_request($rawbody) {
}
/**
* Log an LTI response
* Log an LTI response.
*
* @param string $responsexml The response XML
* @param Exception $e If there was an exception, pass that too