From 745212bda0aaeebc134173ce0f50752dfe4865f2 Mon Sep 17 00:00:00 2001 From: Daniel Thee Roperto Date: Tue, 4 Apr 2017 16:14:56 +1000 Subject: [PATCH] MDL-58479 documentation: fixed phpdoc for notice(). --- lib/weblib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/weblib.php b/lib/weblib.php index 147816f6f6f..10eaa29dcff 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -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 */ -- 2.43.0