merged branch pborreli/patch-8 (PR #7748)

This PR was merged into the master branch.

Discussion
----------

Fixed typo

Commits
-------

173f15c Fixed typo
This commit is contained in:
Fabien Potencier 2013-04-21 08:24:33 +02:00
commit 085e73f540
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ class ProgressHelper extends Helper
* Overwrites a previous message to the output. * Overwrites a previous message to the output.
* *
* @param OutputInterface $output An Output instance * @param OutputInterface $output An Output instance
* @param string $messages The message * @param string $message The message
*/ */
private function overwrite(OutputInterface $output, $message) private function overwrite(OutputInterface $output, $message)
{ {