Explorar el Código

[FrameworkBundle] fixed comment

Fabien Potencier hace 14 años
padre
commit
c2f856f074
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Symfony/Bundle/FrameworkBundle/Templating/Engine.php

+ 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);