mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 18:36:53 +00:00
fix deprecation version number
This commit is contained in:
committed by
GitHub
parent
ed5506e3c6
commit
62c092bd30
+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