8000
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.
__toString
1 parent f93f3f1 commit 246e081Copy full SHA for 246e081
src/Symfony/Component/Console/Input/InputInterface.php
@@ -19,7 +19,8 @@
19
*
20
* @author Fabien Potencier <fabien@symfony.com>
21
22
- * @method string __toString()
+ * @method string __toString() Returns a stringified representation of the args passed to the command.
23
+ * InputArguments MUST be escaped as well as the InputOption values passed to the command.
24
*/
25
interface InputInterface
26
{
0 commit comments