We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f03299 commit 9fb9987Copy full SHA for 9fb9987
1 file changed
lbplanner/lib.php
@@ -27,7 +27,7 @@
27
/**
28
* Callback for any webservices that get called by external actors.
29
* We use this to catch whenever anything from us is being called, and do sentry setup and error reporting.
30
- * @param stdClass $externalfunctioninfo external function info @see external_api::external_function_info();
+ * @param stdClass $externalfunctioninfo external function info { @see external_api::external_function_info() }
31
* @param array $params the raw(ish) parameters that are going to get passed to the function implementing the API call
32
* @return mixed Either whatever the API call returned, or false if we don't wish to override anything.
33
*/
0 commit comments