Skip to content

Commit 93d2c50

Browse files
committed
User guide updated
1 parent da9eace commit 93d2c50

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

user_guide_src/source/cli/cli_commands.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ be familiar with when creating your own commands. It also has a :doc:`Logger </g
177177

178178
.. php:method:: getPad($array, $pad)
179179
180-
:param Exception $array: The $key => $value array.
181-
:param Exception $pad: The pad spaces.
180+
:param array $array: The $key => $value array.
181+
:param integer $pad: The pad spaces.
182182

183183
A method to calculate padding for $key => $value array output. The padding can be used to output a will formatted table in CLI::
184184

user_guide_src/source/general/common_functions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,10 @@ Miscellaneous Functions
251251
// Go to a named/reverse-routed URI
252252
return redirect('named_route');
253253

254-
.. php:function:: remove_invisible_characters($str[, $url_encoded = TRUE])
254+
.. php:function:: remove_invisible_characters($str[, $urlEncoded = TRUE])
255255
256256
:param string $str: Input string
257-
:param bool $url_encoded: Whether to remove URL-encoded characters as well
257+
:param bool $urlEncoded: Whether to remove URL-encoded characters as well
258258
:returns: Sanitized string
259259
:rtype: string
260260

0 commit comments

Comments
 (0)