Skip to content

Commit c882fe7

Browse files
committed
[Console] Remove invalid note about empty input options
1 parent 31f8116 commit c882fe7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

console/input.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -261,10 +261,4 @@ Now check the value of the option and keep in mind that ``false !== null``::
261261
$yell = ($optionValue !== false);
262262
$yellLouder = ($optionValue === 'louder');
263263

264-
.. caution::
265-
266-
Due to a PHP limitation, passing an empty string is indistinguishable from
267-
not passing any value at all. In ``command --prefix`` and ``command --prefix=''``
268-
cases, the value of the ``prefix`` option will be ``null``.
269-
270264
.. _`docopt standard`: http://docopt.org/

0 commit comments

Comments
 (0)