We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f8116 commit c882fe7Copy full SHA for c882fe7
console/input.rst
@@ -261,10 +261,4 @@ Now check the value of the option and keep in mind that ``false !== null``::
261
$yell = ($optionValue !== false);
262
$yellLouder = ($optionValue === 'louder');
263
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
270
.. _`docopt standard`: http://docopt.org/
0 commit comments