marked Twig\Environment::getTemplateClass() as internal

This commit is contained in:
Fabien Potencier
2019-03-11 17:49:02 +01:00
parent c91c625f01
commit 714360d612
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
* 2.7.0 (2019-XX-XX)
* marked Twig\Environment::getTemplateClass() as internal (implementation detail)
* improved the performance of the sandbox
* deprecated the spaceless tag
* added a spaceless filter
+2
View File
@@ -293,6 +293,8 @@ class Environment
* @param int|null $index The index if it is an embedded template
*
* @return string The template class name
*
* @internal
*/
public function getTemplateClass($name, $index = null)
{