Skip to content

Commit 9fb9987

Browse files
committed
chore: pacified PHPDoc checker
1 parent 9f03299 commit 9fb9987

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lbplanner/lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/**
2828
* Callback for any webservices that get called by external actors.
2929
* 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();
30+
* @param stdClass $externalfunctioninfo external function info { @see external_api::external_function_info() }
3131
* @param array $params the raw(ish) parameters that are going to get passed to the function implementing the API call
3232
* @return mixed Either whatever the API call returned, or false if we don't wish to override anything.
3333
*/

0 commit comments

Comments
 (0)