We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41dbea0 commit 713c1dbCopy full SHA for 713c1db
user_guide_src/source/helpers/number_helper.rst
@@ -92,7 +92,7 @@ The following functions are available:
92
93
.. php:function:: number_to_roman($num)
94
95
- :param string $num: The number want to convert
+ :param int|string $num: The number want to convert
96
:returns: The roman number converted from given parameter
97
:rtype: string|null
98
@@ -101,4 +101,4 @@ The following functions are available:
101
.. literalinclude:: number_helper/009.php
102
103
This function only handles numbers in the range 1 through 3999.
104
- It will return null for any value outside that range.
+ It will return ``null`` for any value outside that range.
0 commit comments