mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 10:56:38 +00:00
marked Twig\Environment::getTemplateClass() as internal
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user