Skip to content

Commit 70218a8

Browse files
committed
#564 Fixed PHPDocs for has_page_been_updated()
1 parent ad481ba commit 70218a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

classes/template.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,8 +566,8 @@ public static function create($templatename, $contextid) {
566566
/**
567567
* Checks if a page has been updated given form information
568568
*
569-
* @param $page
570-
* @param $formdata
569+
* @param \stdClass $page
570+
* @param \stdClass $formdata
571571
* @return bool
572572
*/
573573
private function has_page_been_updated($page, $formdata): bool {

0 commit comments

Comments
 (0)