merged branch Tobion/patch-2 (PR #4644)

Commits
-------

aeead1c fix #4643

Discussion
----------

[Console] remove unneeded parameter

fixes #4643

---------------------------------------------------------------------------

by travisbot at 2012-06-24T13:13:57Z

This pull request [passes](http://travis-ci.org/symfony/symfony/builds/1693891) (merged aeead1c7 into 0d4b02e4).
This commit is contained in:
Fabien Potencier 2012-06-25 08:47:39 +02:00
commit d9028c1c91

View File

@ -882,7 +882,7 @@ class Application
*/
protected function getCommandName(InputInterface $input)
{
return $input->getFirstArgument('command');
return $input->getFirstArgument();
}
/**