Skip to content

Commit

Permalink
docs: Fix param function definition in helpers/html_helper.rst
Browse files Browse the repository at this point in the history
Co-authored-by: kenjis <[email protected]>
  • Loading branch information
obozdag and kenjis committed Sep 6, 2024
1 parent 31b4508 commit 1e868d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/helpers/html_helper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ The following functions are available:
<param name="hello" type="ref" value="world" class="test" />
</object>

.. php:function:: param($name = ''[, $value = ''[, $type = 'ref'[, $attributes = '']]])
.. php:function:: param($name, $value[, $type = 'ref'[, $attributes = '']])
:param string $name: The name of the parameter
:param string $value: The value of the parameter
Expand Down

0 comments on commit 1e868d0

Please sign in to comment.