diff --git a/console/input.rst b/console/input.rst index 9d22de6cbbe..39ec37b3ad7 100644 --- a/console/input.rst +++ b/console/input.rst @@ -261,10 +261,4 @@ Now check the value of the option and keep in mind that ``false !== null``:: $yell = ($optionValue !== false); $yellLouder = ($optionValue === 'louder'); -.. caution:: - - Due to a PHP limitation, passing an empty string is indistinguishable from - not passing any value at all. In ``command --prefix`` and ``command --prefix=''`` - cases, the value of the ``prefix`` option will be ``null``. - .. _`docopt standard`: http://docopt.org/