mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-81047 hook: fix typo in constructor docblock.
This commit is contained in:
parent
3d97e8616c
commit
f4843f268c
@ -28,7 +28,7 @@ namespace core\hook\output;
|
||||
#[\core\attribute\hook\replaces_callbacks('before_standard_html_head')]
|
||||
final class before_standard_head_html_generation {
|
||||
public function __construct(
|
||||
/** @var \renderer_base The core_renderer instnace used for the generation */
|
||||
/** @var \renderer_base The core_renderer instance used for the generation */
|
||||
public readonly \renderer_base $renderer,
|
||||
private string $output = '',
|
||||
) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user