Skip to content

Commit 1e868d0

Browse files
obozdagkenjis
andauthored
docs: Fix param function definition in helpers/html_helper.rst
Co-authored-by: kenjis <[email protected]>
1 parent 31b4508 commit 1e868d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/helpers/html_helper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ The following functions are available:
313313
<param name="hello" type="ref" value="world" class="test" />
314314
</object>
315315

316-
.. php:function:: param($name = ''[, $value = ''[, $type = 'ref'[, $attributes = '']]])
316+
.. php:function:: param($name, $value[, $type = 'ref'[, $attributes = '']])
317317
318318
:param string $name: The name of the parameter
319319
:param string $value: The value of the parameter

0 commit comments

Comments
 (0)