Skip to content

Commit 736853a

Browse files
author
Go MergeUpstream
committed
Merge commit '44e32964d92f6bb783d9925fd864ddfd5a3d5501' into catalyst-main
2 parents ad9236c + 44e3296 commit 736853a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class qtype_wq_renderer extends qtype_renderer {
2121

2222
protected $base;
2323

24-
public function __construct(qtype_renderer $base = null, moodle_page $page, $target) {
24+
public function __construct(?qtype_renderer $base = null, moodle_page $page, $target) {
2525
parent::__construct($page, $target);
2626
$this->base = $base;
2727
}

0 commit comments

Comments
 (0)