Fixes a small php doc issue of Symfony\Component\Console\Command\Command::setDefinition()

This commit is contained in:
Markus Tacker 2011-11-14 14:56:06 +01:00
parent f7c5bf1db2
commit 839957487a

View File

@ -257,7 +257,7 @@ class Command
/** /**
* Sets an array of argument and option instances. * 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 * @return Command The current instance
* *