[FrameworkBundle] fixed comment

This commit is contained in:
Fabien Potencier 2010-09-28 09:33:59 +02:00
parent a6dc10c31a
commit 7650dd708f

View File

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