From 839957487a95e5b3fc2c30ace666cb4b5e6f57c6 Mon Sep 17 00:00:00 2001 From: Markus Tacker Date: Mon, 14 Nov 2011 14:56:06 +0100 Subject: [PATCH] Fixes a small php doc issue of Symfony\Component\Console\Command\Command::setDefinition() --- src/Symfony/Component/Console/Command/Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Console/Command/Command.php b/src/Symfony/Component/Console/Command/Command.php index 6ad9165ff1..2d55c387fa 100644 --- a/src/Symfony/Component/Console/Command/Command.php +++ b/src/Symfony/Component/Console/Command/Command.php @@ -257,7 +257,7 @@ class Command /** * Sets an array of argument and option instances. * - * @param array|Definition $definition An array of argument and option instances or a definition instance + * @param array|InputDefinition $definition An array of argument and option instances or a definition instance * * @return Command The current instance *