Skip to content

Commit 305332f

Browse files
committed
Update TraceableTwigEnvironment.php
Fixed a typo "origin" to "original"
1 parent a2cc7d6 commit 305332f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DebugBar/Bridge/Twig/TraceableTwigEnvironment.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ public function isStrictVariables()
118118
return $this->twig->isStrictVariables();
119119
}
120120

121-
public function getCache($origin = true)
121+
public function getCache($original = true)
122122
{
123-
return $this->twig->getCache($origin);
123+
return $this->twig->getCache($original);
124124
}
125125

126126
public function setCache($cache)

0 commit comments

Comments
 (0)