1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 05:18:32 +01:00

Update TraceableTwigEnvironment.php

Fixed a typo "origin" to "original"
This commit is contained in:
cloudjibao 2015-11-12 19:11:45 +10:00
parent a2cc7d6983
commit 305332f58f

View File

@ -118,9 +118,9 @@ class TraceableTwigEnvironment extends Twig_Environment
return $this->twig->isStrictVariables(); return $this->twig->isStrictVariables();
} }
public function getCache($origin = true) public function getCache($original = true)
{ {
return $this->twig->getCache($origin); return $this->twig->getCache($original);
} }
public function setCache($cache) public function setCache($cache)