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 5, 2024
1 parent 85b7619 commit 7fd2bd2
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 @@ -92,9 +92,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 7fd2bd2

Please sign in to comment.