Skip to content

Commit ce3750c

Browse files
authored
Merge pull request #8942 from obozdag/patch-17
docs: Change getOption's parameter name in cli/cli_request.rst
2 parents 55a4a78 + ce97114 commit ce3750c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/cli/cli_request.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Returns an array of the command line arguments deemed to be options:
3131

3232
.. literalinclude:: cli_request/003.php
3333

34-
getOption($which)
34+
getOption($key)
3535
-----------------
3636

3737
Returns the value of a specific command line argument deemed to be an option:

0 commit comments

Comments
 (0)