MDL-81047 hook: fix typo in constructor docblock.

This commit is contained in:
Paul Holden 2024-03-11 12:31:45 +00:00
parent 3d97e8616c
commit f4843f268c
No known key found for this signature in database
GPG Key ID: A81A96D6045F6164

View File

@ -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 = '',
) {