[FrameworkBundle] fixed comment

This commit is contained in:
Fabien Potencier 2010-10-04 14:01:33 +02:00
parent e88c0b7fc5
commit c2f856f074
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ class Engine extends BaseEngine
}
// parses template names following the following pattern:
// bundle:section:template(.format)(.renderer)
// bundle:section:template(.format).renderer
public function splitTemplateName($name, array $defaults = array())
{
$parts = explode(':', $name);