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

This commit is contained in:
Daniel Thee Roperto
2017-04-04 16:20:41 +10:00
parent bf919ddf02
commit 745212bda0
+1 -1
View File
@@ -2650,7 +2650,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
*/