8000 Revert "minor #7363 Document that you can't pass empty strings to con… · symfony/symfony-docs@9232842 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9232842

Browse files
committed
Revert "minor #7363 Document that you can't pass empty strings to console options (javiereguiluz)"
This reverts commit 185e886, reversing changes made to 402b96f.
1 parent fc10807 commit 9232842

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

console/input.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,3 @@ You can combine ``VALUE_IS_ARRAY`` with ``VALUE_REQUIRED`` or
206206
when the option was used without a value (``command --language``) or when
207207
it wasn't used at all (``command``). In both cases, the value retrieved for
208208
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

Comments
 (0)
0