yiisoft/yii2-twig

Twig_Node->getLine deprecated, move to getTemplateLine

Opened this issue · 0 comments

What steps will reproduce the problem?

Any rendering produces this error
It is related to an error notice with deprecated function
vendor/twig/twig/lib/Twig/Node.php:131 in Twig_Node->getLine

What's expected?

As per instruction in the warning message :
The Twig_Node::getLine method is deprecated since version 1.27 and will be removed in 2.0. Use getTemplateLine() instead.

Additional info

Q A
Yii vesion 2
PHP version 7
Operating system Ubuntu