Skip to content

Commit

Permalink
fixed inteface name
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlokorte committed Jun 23, 2011
1 parent 9a82924 commit 7ec7fbe
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -125,7 +125,7 @@ public function getStyle($name)
*/
public function format($message)
{
return preg_replace_callback(OutputFormatterStyleInterface::FORMAT_PATTERN, array($this, 'replaceStyle'), $message);
return preg_replace_callback(OutputFormatterInterface::FORMAT_PATTERN, array($this, 'replaceStyle'), $message);
}

/**
Expand Down

0 comments on commit 7ec7fbe

Please sign in to comment.