Skip to content

Commit c2f625b

Browse files
Fix phpdoc $module parameter type (#44592)
1 parent b43bb20 commit c2f625b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libraries/src/Document/Renderer/Html/ModuleRenderer.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ class ModuleRenderer extends DocumentRenderer
2828
/**
2929
* Renders a module script and returns the results as a string
3030
*
31-
* @param string $module The name of the module to render
32-
* @param array $attribs Associative array of values
33-
* @param string $content If present, module information from the buffer will be used
31+
* @param string|object $module The name of the module to render
32+
* @param array $attribs Associative array of values
33+
* @param string $content If present, module information from the buffer will be used
3434
*
3535
* @return string The output of the script
3636
*

0 commit comments

Comments
 (0)