Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7650dd7

Browse filesBrowse files
committed
[FrameworkBundle] fixed comment
1 parent a6dc10c commit 7650dd7
Copy full SHA for 7650dd7

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
  • src/Symfony/Bundle/FrameworkBundle/Templating
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/Symfony/Bundle/FrameworkBundle/Templating/Engine.php

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Templating/Engine.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ protected function escapeParameters(array $parameters)
137137
}
138138

139139
// parses template names following the following pattern:
140-
// bundle:controller:action(.format)(.renderer)
140+
// bundle:section:template(.format)(.renderer)
141141
public function splitTemplateName($name, array $defaults = array())
142142
{
143143
$parts = explode(':', $name);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.