[FrameworkBundle] fixed comment

This commit is contained in:
Fabien Potencier 2010-09-28 09:33:59 +02:00
parent a6dc10c31a
commit 7650dd708f
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:controller:action(.format)(.renderer)
// bundle:section:template(.format)(.renderer)
public function splitTemplateName($name, array $defaults = array())
{
$parts = explode(':', $name);