[FrameworkBundle] fixed indentation

This commit is contained in:
fivestar 2010-07-27 11:26:23 +09:00 committed by Fabien Potencier
parent 86b5538f01
commit f131ac4f15

View File

@ -6,8 +6,8 @@ use Symfony\Framework\Cache\Cache;
class {{ class }}Cache extends Cache
{
protected function getOptions()
{
return array();
}
protected function getOptions()
{
return array();
}
}