8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc10807 commit 9232842Copy full SHA for 9232842
console/input.rst
@@ -206,7 +206,3 @@ You can combine ``VALUE_IS_ARRAY`` with ``VALUE_REQUIRED`` or
206
when the option was used without a value (``command --language``) or when
207
it wasn't used at all (``command``). In both cases, the value retrieved for
208
the option will be ``null``.
209
-
210
- Similarly, due to a PHP limitation, there is no way to pass an empty string
211
- as the value of an option. In ``command --prefix`` and ``command --prefix=''``
212
- cases, the value of the ``prefix`` option will be ``null``.
0 commit comments