mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 04:16:28 +00:00
ensure that debug info are always sorted
This commit is contained in:
@@ -231,6 +231,8 @@ class Twig_Compiler implements Twig_CompilerInterface
|
|||||||
|
|
||||||
public function getDebugInfo()
|
public function getDebugInfo()
|
||||||
{
|
{
|
||||||
|
ksort($this->debugInfo);
|
||||||
|
|
||||||
return $this->debugInfo;
|
return $this->debugInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user