MDL-58479 documentation: fixed phpdoc for notice().

This commit is contained in:
Daniel Thee Roperto
2017-04-04 16:14:56 +10:00
parent 3f48012eb5
commit 6b00083d7f
+1 -1
View File
@@ -2656,7 +2656,7 @@ function mdie($msg='', $errorcode=1) {
* Print a message and exit.
*
* @param string $message The message to print in the notice
* @param string $link The link to use for the continue button
* @param moodle_url|string $link The link to use for the continue button
* @param object $course A course object. Unused.
* @return void This function simply exits
*/