Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
[FrameworkBundle] fixed comment
  • Loading branch information
fabpot committed Oct 4, 2010
commit c2f856f074352cbcc6534a137c5d4bb754f1a8f3
2 changes: 1 addition & 1 deletion src/Symfony/Bundle/FrameworkBundle/Templating/Engine.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ protected function escapeParameters(array $parameters)
}

// 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);
Expand Down