We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b43bb20 commit c2f625bCopy full SHA for c2f625b
libraries/src/Document/Renderer/Html/ModuleRenderer.php
@@ -28,9 +28,9 @@ class ModuleRenderer extends DocumentRenderer
28
/**
29
* Renders a module script and returns the results as a string
30
*
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
+ * @param string|object $module The name of the module to render
+ * @param array $attribs Associative array of values
+ * @param string $content If present, module information from the buffer will be used
34
35
* @return string The output of the script
36
0 commit comments