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

Skip to content

Commit e14fb6d

Browse files
committed
Fixed a minor syntax issue
1 parent 9d89841 commit e14fb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Profiler/TemplateManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ protected function templateExists($template)
141141
* It changes the default order of collector templates to show them in a
142142
* different order which is better for design and aesthetic reasons.
143143
*
144-
* @param array $templates
144+
* @param array $templates
145145
* @return array
146146
*/
147147
protected function reorderTemplates($templates)

0 commit comments

Comments
 (0)