From: nikic <+@ni-po.com> Date: Mon, 20 Dec 2010 16:05:28 +0000 (+0100) Subject: Grammer/Hash: array -> hash X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=c0e1c49b2d9d7ea01e8e09a5f05d68961e643380;p=web%2Fkonrad%2Ftwig.git Grammer/Hash: array -> hash --- diff --git a/lib/Twig/Grammar/Hash.php b/lib/Twig/Grammar/Hash.php index 4bb181f..e59d1d7 100644 --- a/lib/Twig/Grammar/Hash.php +++ b/lib/Twig/Grammar/Hash.php @@ -12,7 +12,7 @@ class Twig_Grammar_Hash extends Twig_Grammar { public function __toString() { - return sprintf('<%s:array>', $this->name); + return sprintf('<%s:hash>', $this->name); } public function parse(Twig_Token $token)