Skip to content

Commit

Permalink
chore: fix type in phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhilton committed Sep 6, 2024
1 parent 6779214 commit d4d3335
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@

/**
* Returns the list of possible facetoface status.
*
* @param int $statuscode One of the MDL_F2F_STATUS* constants
* @return string $string Human readable code
* @return array $string Human readable code
*/
function facetoface_statuses() {
// This array must match the status codes above, and the values
Expand Down

0 comments on commit d4d3335

Please sign in to comment.