From a7985d244c62ee31d9c1f1858a779250e968cc4d Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Fri, 29 May 2015 12:22:24 -0400 Subject: [PATCH] Fixing phpdoc typo --- src/Symfony/Component/Console/Input/InputDefinition.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Console/Input/InputDefinition.php b/src/Symfony/Component/Console/Input/InputDefinition.php index 7efb849ab2..044ec265b2 100644 --- a/src/Symfony/Component/Console/Input/InputDefinition.php +++ b/src/Symfony/Component/Console/Input/InputDefinition.php @@ -391,7 +391,7 @@ class InputDefinition /** * Gets the synopsis. * - * @param bool $short Whether to return the short version (with options foloded) or not + * @param bool $short Whether to return the short version (with options folded) or not * * @return string The synopsis */