Переглянути джерело

[FrameworkBundle] fixed comment

Fabien Potencier 14 роки тому
батько
коміт
c2f856f074

+ 1 - 1
src/Symfony/Bundle/FrameworkBundle/Templating/Engine.php

@@ -137,7 +137,7 @@ class Engine extends BaseEngine
     }
 
     // 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);