mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-20 06:29:03 +00:00
minor #2187 fix deprecation version number (xabbuh)
This PR was merged into the 1.x branch.
Discussion
----------
fix deprecation version number
Commits
-------
62c092b fix deprecation version number
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ class Twig_Parser implements Twig_ParserInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated since 1.20 (to be removed in 2.0). Use $parser->getStream()->getSourceContext()->getPath() instead.
|
||||
* @deprecated since 1.27 (to be removed in 2.0). Use $parser->getStream()->getSourceContext()->getPath() instead.
|
||||
*/
|
||||
public function getFilename()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user