mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 20:06:31 +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()
|
||||
{
|
||||
ksort($this->debugInfo);
|
||||
|
||||
return $this->debugInfo;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user