mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 11:27:00 +00:00
default implementation of getDebugInfo() for BC
This commit is contained in:
@@ -49,7 +49,10 @@ abstract class Twig_Template implements Twig_TemplateInterface
|
|||||||
*
|
*
|
||||||
* @internal
|
* @internal
|
||||||
*/
|
*/
|
||||||
abstract public function getDebugInfo();
|
public function getDebugInfo()
|
||||||
|
{
|
||||||
|
return array();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the template source code.
|
* Returns the template source code.
|
||||||
|
|||||||
Reference in New Issue
Block a user