From 1e868d035a4b5d101de7af0aaaa3d746f16f0c11 Mon Sep 17 00:00:00 2001 From: Osman Bozdag Date: Fri, 6 Sep 2024 11:23:44 +0200 Subject: [PATCH] docs: Fix param function definition in helpers/html_helper.rst Co-authored-by: kenjis --- user_guide_src/source/helpers/html_helper.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/helpers/html_helper.rst b/user_guide_src/source/helpers/html_helper.rst index 6573f48469b9..10d7fb89a7f4 100644 --- a/user_guide_src/source/helpers/html_helper.rst +++ b/user_guide_src/source/helpers/html_helper.rst @@ -313,7 +313,7 @@ The following functions are available: -.. 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