Skip to content

Commit ec27b5c

Browse files
authored
Fix parameter type typo
1 parent 9053949 commit ec27b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/helpers/date_helper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The following functions are available:
4747
4848
:param string $class: Optional class to apply to the select field
4949
:param string $default: Default value for initial selection
50-
:param string $what: DateTimeZone class constants (see `listIdentifiers <https://www.php.net/manual/en/datetimezone.listidentifiers.php>`_)
50+
:param int $what: DateTimeZone class constants (see `listIdentifiers <https://www.php.net/manual/en/datetimezone.listidentifiers.php>`_)
5151
:param string $country: A two-letter ISO 3166-1 compatible country code (see `listIdentifiers <https://www.php.net/manual/en/datetimezone.listidentifiers.php>`_)
5252
:returns: Preformatted HTML select field
5353
:rtype: string

0 commit comments

Comments
 (0)