Fixed typo

This commit is contained in:
Pascal Borreli 2013-04-21 04:09:58 +00:00
parent 407246a1da
commit 173f15c200
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)
{ {