File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments