Skip to content

Commit 713c1db

Browse files
committed
docs: update reference
1 parent 41dbea0 commit 713c1db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide_src/source/helpers/number_helper.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The following functions are available:
9292

9393
.. php:function:: number_to_roman($num)
9494
95-
:param string $num: The number want to convert
95+
:param int|string $num: The number want to convert
9696
:returns: The roman number converted from given parameter
9797
:rtype: string|null
9898

@@ -101,4 +101,4 @@ The following functions are available:
101101
.. literalinclude:: number_helper/009.php
102102

103103
This function only handles numbers in the range 1 through 3999.
104-
It will return null for any value outside that range.
104+
It will return ``null`` for any value outside that range.

0 commit comments

Comments
 (0)