mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 18:36:53 +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
|
||||
*/
|
||||
abstract public function getDebugInfo();
|
||||
public function getDebugInfo()
|
||||
{
|
||||
return array();
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the template source code.
|
||||
|
||||
Reference in New Issue
Block a user