We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d316a45 commit 8d96f2dCopy full SHA for 8d96f2d
1 file changed
user_guide_src/source/cli/cli_commands.rst
@@ -129,6 +129,9 @@ be familiar with when creating your own commands. It also has a :doc:`Logger </g
129
130
.. php:method:: getPad($array, $pad)
131
132
+ .. deprecated:: 4.0.5
133
+ Use :php:meth:`CodeIgniter\\CLI\\setPad()` instead.
134
+
135
:param array $array: The $key => $value array.
136
:param integer $pad: The pad spaces.
137
0 commit comments