default implementation of getDebugInfo() for BC

This commit is contained in:
Christian Flothmann
2016-10-05 18:17:16 +02:00
parent f00e7b8c14
commit 7b4cfdb5a1
+4 -1
View File
@@ -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.